Shades of Chocolate #CC6319
Tints of Chocolate #CC6319
RGB
CMYK
RGB Variations
Color information
#CC6319 (or 0xCC6319) is known color: Chocolate. HEX triplet: CC, 63 and 19. RGB value is (204,99,25). Sum of RGB (Red+Green+Blue) = 204+99+25=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6319 is #339CE6. Grayscale: #7A7A7A. Windows color (decimal): -3382503 or 1663948. OLE color: 1663948.
HSL color Cylindrical-coordinate representation of color #CC6319: hue angle of 24.8º 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 #CC6319 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 25 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.2 |
| HSL | 24.8º | 0.78% | 0.45% | - |
| HSV(B) | 24.8º | 0.88% | 0.8% | - |
| XYZ | 29.54 | 21.83 | 3.58 | - |
| YUV | 121.96 | 73.29 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 25 | 0 | 0.51 | 0.88 | 0.2 | 24.8 | 0.78 | 0.45 |
| Hex | CC | 63 | 19 | 0 | 33 | 58 | 14 | 19 | 4E | 2D |
| Octal | 314 | 143 | 31 | 0 | 63 | 130 | 24 | 31 | 116 | 55 |
| Binary | 11001100 | 1100011 | 11001 | 0 | 110011 | 1011000 | 10100 | 11001 | 1001110 | 101101 |
Color Harmonies of #CC6319
Complementary color
Monochromatic Colors of #CC6319
Black with #CC6319
Text Example
Text Example
White with #CC6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6319; }
p { color: rgb(204,99,25); }
H1.HeaderClassName
{
color: #CC6319;
}
.AnyTagClassName
{
color: #CC6319;
}
</style>
background-color css
<style>
a { background-color: #CC6319; }
a { background-color: rgb(204,99,25); }
div.DivClassName
{
background-color: #CC6319;
}
.BgClassName
{
background-color: #CC6319;
}
</style>
border-color css
<style>
span { border-color: #CC6319; }
span { border-color: rgb(204,99,25); }
td.TdClassName
{
border-color: #CC6319;
}
.TagClassName
{
border-color: #CC6319;
}
</style>