Shades of Chocolate #CC6514
Tints of Chocolate #CC6514
RGB
CMYK
RGB Variations
Color information
#CC6514 (or 0xCC6514) is known color: Chocolate. HEX triplet: CC, 65 and 14. RGB value is (204,101,20). Sum of RGB (Red+Green+Blue) = 204+101+20=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6514 is #339AEB. Grayscale: #7A7A7A. Windows color (decimal): -3381996 or 1336780. OLE color: 1336780.
HSL color Cylindrical-coordinate representation of color #CC6514: hue angle of 26.41º 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 #CC6514 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 20 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.2 |
| HSL | 26.41º | 0.82% | 0.44% | - |
| HSV(B) | 26.41º | 0.9% | 0.8% | - |
| XYZ | 29.68 | 22.2 | 3.38 | - |
| YUV | 122.56 | 70.12 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 20 | 0 | 0.50 | 0.90 | 0.2 | 26.41 | 0.82 | 0.44 |
| Hex | CC | 65 | 14 | 0 | 32 | 5A | 14 | 1A | 52 | 2C |
| Octal | 314 | 145 | 24 | 0 | 62 | 132 | 24 | 32 | 122 | 54 |
| Binary | 11001100 | 1100101 | 10100 | 0 | 110010 | 1011010 | 10100 | 11010 | 1010010 | 101100 |
Color Harmonies of #CC6514
Complementary color
Monochromatic Colors of #CC6514
Black with #CC6514
Text Example
Text Example
White with #CC6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6514; }
p { color: rgb(204,101,20); }
H1.HeaderClassName
{
color: #CC6514;
}
.AnyTagClassName
{
color: #CC6514;
}
</style>
background-color css
<style>
a { background-color: #CC6514; }
a { background-color: rgb(204,101,20); }
div.DivClassName
{
background-color: #CC6514;
}
.BgClassName
{
background-color: #CC6514;
}
</style>
border-color css
<style>
span { border-color: #CC6514; }
span { border-color: rgb(204,101,20); }
td.TdClassName
{
border-color: #CC6514;
}
.TagClassName
{
border-color: #CC6514;
}
</style>