color details

Color Details
#c96464 Color Hex

#c96464 color RGB value is (12, 150, 70).
#c96464 hex color red value is 12, green value is 150, and blue value is 70.
Cylindrical-coordinate representations (HSL) of color #c96464 hue: 145.22, saturation: 0.85 and lightness: 0.32.

The process color (four-color CMYK) of #c96464 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c96464 is #ff9999. Color #c96464 contains mainly RED.

Color Spaces
Color spaces of #c96464Value
RGB201, 100, 100
HSL0, 0.48, 0.59
HSV0°, 50°, 79°
XYZ30.95, 22.46, 14.76
Base Numbers
Base Red Green Blue
Binary 11001001 1100100 1100100
Octal 311 144 144
Decimal 201 100 100
Hex C9 64 64

RGB Percentages for Color #c96464

50.12%
24.94%
24.94%

CMYK Percentages of the Color #c96464

50.25%
50.25%
21.18%
CSS Codes for Color #c96464
.mybgColor {background-color: #c96464;}
.myforeColor {color: #c96464;}
.myborderColor {border:3px solid #c96464;}
Text Font Color #c96464

<p style="color:#c96464">Text here</p>

This sample text is styled with the font color #c96464. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #c96464

<div style="background-color:#c96464">Div content here</div>

The background color of this div is #c96464
Border Color #c96464

<div style="border:3px solid #c96464">Div here</div>

The border color of this div is #c96464
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(201, 100, 100, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #c96464;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #c96464;
-webkit-box-shadow: 1px 1px 3px #c96464;
box-shadow: 1px 1px 3px #c96464;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201, 100, 100, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #c96464;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #c96464; -webkit-box-shadow: 1px 1px 3px #c96464; box-shadow: 1px 1px 3px #c96464;">Div content here</div>

This div box has a shadow with a specified color. #c96464

Scroll to Top