Shades of Chocolate #CC6915
Tints of Chocolate #CC6915
RGB
CMYK
RGB Variations
Color information
#CC6915 (or 0xCC6915) is known color: Chocolate. HEX triplet: CC, 69 and 15. RGB value is (204,105,21). Sum of RGB (Red+Green+Blue) = 204+105+21=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6915 is #3396EA. Grayscale: #7D7D7D. Windows color (decimal): -3380971 or 1403340. OLE color: 1403340.
HSL color Cylindrical-coordinate representation of color #CC6915: hue angle of 27.54º degrees, saturation: 0.81, 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 #CC6915 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.2 |
| HSL | 27.54º | 0.81% | 0.44% | - |
| HSV(B) | 27.54º | 0.9% | 0.8% | - |
| XYZ | 30.09 | 22.99 | 3.56 | - |
| YUV | 125.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 21 | 0 | 0.49 | 0.90 | 0.2 | 27.54 | 0.81 | 0.44 |
| Hex | CC | 69 | 15 | 0 | 31 | 5A | 14 | 1C | 51 | 2C |
| Octal | 314 | 151 | 25 | 0 | 61 | 132 | 24 | 34 | 121 | 54 |
| Binary | 11001100 | 1101001 | 10101 | 0 | 110001 | 1011010 | 10100 | 11100 | 1010001 | 101100 |
Color Harmonies of #CC6915
Complementary color
Monochromatic Colors of #CC6915
Black with #CC6915
Text Example
Text Example
White with #CC6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6915; }
p { color: rgb(204,105,21); }
H1.HeaderClassName
{
color: #CC6915;
}
.AnyTagClassName
{
color: #CC6915;
}
</style>
background-color css
<style>
a { background-color: #CC6915; }
a { background-color: rgb(204,105,21); }
div.DivClassName
{
background-color: #CC6915;
}
.BgClassName
{
background-color: #CC6915;
}
</style>
border-color css
<style>
span { border-color: #CC6915; }
span { border-color: rgb(204,105,21); }
td.TdClassName
{
border-color: #CC6915;
}
.TagClassName
{
border-color: #CC6915;
}
</style>