Shades of Chocolate #CC710E
Tints of Chocolate #CC710E
RGB
CMYK
RGB Variations
Color information
#CC710E (or 0xCC710E) is known color: Chocolate. HEX triplet: CC, 71 and 0E. RGB value is (204,113,14). Sum of RGB (Red+Green+Blue) = 204+113+14=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC710E is #338EF1. Grayscale: #818181. Windows color (decimal): -3378930 or 946636. OLE color: 946636.
HSL color Cylindrical-coordinate representation of color #CC710E: hue angle of 31.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC710E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.2 |
| HSL | 31.26º | 0.87% | 0.43% | - |
| HSV(B) | 31.26º | 0.93% | 0.8% | - |
| XYZ | 30.89 | 24.68 | 3.55 | - |
| YUV | 128.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 14 | 0 | 0.45 | 0.93 | 0.2 | 31.26 | 0.87 | 0.43 |
| Hex | CC | 71 | E | 0 | 2D | 5D | 14 | 1F | 57 | 2B |
| Octal | 314 | 161 | 16 | 0 | 55 | 135 | 24 | 37 | 127 | 53 |
| Binary | 11001100 | 1110001 | 1110 | 0 | 101101 | 1011101 | 10100 | 11111 | 1010111 | 101011 |
Color Harmonies of #CC710E
Complementary color
Monochromatic Colors of #CC710E
Black with #CC710E
Text Example
Text Example
White with #CC710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC710E; }
p { color: rgb(204,113,14); }
H1.HeaderClassName
{
color: #CC710E;
}
.AnyTagClassName
{
color: #CC710E;
}
</style>
background-color css
<style>
a { background-color: #CC710E; }
a { background-color: rgb(204,113,14); }
div.DivClassName
{
background-color: #CC710E;
}
.BgClassName
{
background-color: #CC710E;
}
</style>
border-color css
<style>
span { border-color: #CC710E; }
span { border-color: rgb(204,113,14); }
td.TdClassName
{
border-color: #CC710E;
}
.TagClassName
{
border-color: #CC710E;
}
</style>