Shades of Chocolate #CC6419
Tints of Chocolate #CC6419
RGB
CMYK
RGB Variations
Color information
#CC6419 (or 0xCC6419) is known color: Chocolate. HEX triplet: CC, 64 and 19. RGB value is (204,100,25). Sum of RGB (Red+Green+Blue) = 204+100+25=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6419 is #339BE6. Grayscale: #7A7A7A. Windows color (decimal): -3382247 or 1664204. OLE color: 1664204.
HSL color Cylindrical-coordinate representation of color #CC6419: hue angle of 25.14º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC6419 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 25 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.2 |
| HSL | 25.14º | 0.78% | 0.45% | - |
| HSV(B) | 25.14º | 0.88% | 0.8% | - |
| XYZ | 29.63 | 22.02 | 3.61 | - |
| YUV | 122.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 25 | 0 | 0.51 | 0.88 | 0.2 | 25.14 | 0.78 | 0.45 |
| Hex | CC | 64 | 19 | 0 | 33 | 58 | 14 | 19 | 4E | 2D |
| Octal | 314 | 144 | 31 | 0 | 63 | 130 | 24 | 31 | 116 | 55 |
| Binary | 11001100 | 1100100 | 11001 | 0 | 110011 | 1011000 | 10100 | 11001 | 1001110 | 101101 |
Color Harmonies of #CC6419
Complementary color
Monochromatic Colors of #CC6419
Black with #CC6419
Text Example
Text Example
White with #CC6419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6419; }
p { color: rgb(204,100,25); }
H1.HeaderClassName
{
color: #CC6419;
}
.AnyTagClassName
{
color: #CC6419;
}
</style>
background-color css
<style>
a { background-color: #CC6419; }
a { background-color: rgb(204,100,25); }
div.DivClassName
{
background-color: #CC6419;
}
.BgClassName
{
background-color: #CC6419;
}
</style>
border-color css
<style>
span { border-color: #CC6419; }
span { border-color: rgb(204,100,25); }
td.TdClassName
{
border-color: #CC6419;
}
.TagClassName
{
border-color: #CC6419;
}
</style>