Shades of Chocolate #CC6625
Tints of Chocolate #CC6625
RGB
CMYK
RGB Variations
Color information
#CC6625 (or 0xCC6625) is known color: Chocolate. HEX triplet: CC, 66 and 25. RGB value is (204,102,37). Sum of RGB (Red+Green+Blue) = 204+102+37=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6625 is #3399DA. Grayscale: #7D7D7D. Windows color (decimal): -3381723 or 2451148. OLE color: 2451148.
HSL color Cylindrical-coordinate representation of color #CC6625: hue angle of 23.35º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC6625 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 37 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.2 |
| HSL | 23.35º | 0.69% | 0.47% | - |
| HSV(B) | 23.35º | 0.82% | 0.8% | - |
| XYZ | 29.99 | 22.47 | 4.51 | - |
| YUV | 125.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 37 | 0 | 0.5 | 0.82 | 0.2 | 23.35 | 0.69 | 0.47 |
| Hex | CC | 66 | 25 | 0 | 32 | 52 | 14 | 17 | 45 | 2F |
| Octal | 314 | 146 | 45 | 0 | 62 | 122 | 24 | 27 | 105 | 57 |
| Binary | 11001100 | 1100110 | 100101 | 0 | 110010 | 1010010 | 10100 | 10111 | 1000101 | 101111 |
Color Harmonies of #CC6625
Complementary color
Monochromatic Colors of #CC6625
Black with #CC6625
Text Example
Text Example
White with #CC6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6625; }
p { color: rgb(204,102,37); }
H1.HeaderClassName
{
color: #CC6625;
}
.AnyTagClassName
{
color: #CC6625;
}
</style>
background-color css
<style>
a { background-color: #CC6625; }
a { background-color: rgb(204,102,37); }
div.DivClassName
{
background-color: #CC6625;
}
.BgClassName
{
background-color: #CC6625;
}
</style>
border-color css
<style>
span { border-color: #CC6625; }
span { border-color: rgb(204,102,37); }
td.TdClassName
{
border-color: #CC6625;
}
.TagClassName
{
border-color: #CC6625;
}
</style>