Shades of Chocolate #CC5E14
Tints of Chocolate #CC5E14
RGB
CMYK
RGB Variations
Color information
#CC5E14 (or 0xCC5E14) is known color: Chocolate. HEX triplet: CC, 5E and 14. RGB value is (204,94,20). Sum of RGB (Red+Green+Blue) = 204+94+20=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E14 is #33A1EB. Grayscale: #767676. Windows color (decimal): -3383788 or 1334988. OLE color: 1334988.
HSL color Cylindrical-coordinate representation of color #CC5E14: hue angle of 24.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5E14 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 20 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.2 |
| HSL | 24.13º | 0.82% | 0.44% | - |
| HSV(B) | 24.13º | 0.9% | 0.8% | - |
| XYZ | 29.03 | 20.89 | 3.16 | - |
| YUV | 118.45 | 72.44 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 20 | 0 | 0.54 | 0.90 | 0.2 | 24.13 | 0.82 | 0.44 |
| Hex | CC | 5E | 14 | 0 | 36 | 5A | 14 | 18 | 52 | 2C |
| Octal | 314 | 136 | 24 | 0 | 66 | 132 | 24 | 30 | 122 | 54 |
| Binary | 11001100 | 1011110 | 10100 | 0 | 110110 | 1011010 | 10100 | 11000 | 1010010 | 101100 |
Color Harmonies of #CC5E14
Complementary color
Monochromatic Colors of #CC5E14
Black with #CC5E14
Text Example
Text Example
White with #CC5E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E14; }
p { color: rgb(204,94,20); }
H1.HeaderClassName
{
color: #CC5E14;
}
.AnyTagClassName
{
color: #CC5E14;
}
</style>
background-color css
<style>
a { background-color: #CC5E14; }
a { background-color: rgb(204,94,20); }
div.DivClassName
{
background-color: #CC5E14;
}
.BgClassName
{
background-color: #CC5E14;
}
</style>
border-color css
<style>
span { border-color: #CC5E14; }
span { border-color: rgb(204,94,20); }
td.TdClassName
{
border-color: #CC5E14;
}
.TagClassName
{
border-color: #CC5E14;
}
</style>