Shades of Chocolate #C06915
Tints of Chocolate #C06915
RGB
CMYK
RGB Variations
Color information
#C06915 (or 0xC06915) is known color: Chocolate. HEX triplet: C0, 69 and 15. RGB value is (192,105,21). Sum of RGB (Red+Green+Blue) = 192+105+21=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06915 is #3F96EA. Grayscale: #797979. Windows color (decimal): -4167403 or 1403328. OLE color: 1403328.
HSL color Cylindrical-coordinate representation of color #C06915: hue angle of 29.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06915 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 21 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.25 |
| HSL | 29.47º | 0.8% | 0.42% | - |
| HSV(B) | 29.47º | 0.89% | 0.75% | - |
| XYZ | 26.93 | 21.36 | 3.41 | - |
| YUV | 121.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 21 | 0 | 0.45 | 0.89 | 0.25 | 29.47 | 0.8 | 0.42 |
| Hex | C0 | 69 | 15 | 0 | 2D | 59 | 19 | 1D | 50 | 2A |
| Octal | 300 | 151 | 25 | 0 | 55 | 131 | 31 | 35 | 120 | 52 |
| Binary | 11000000 | 1101001 | 10101 | 0 | 101101 | 1011001 | 11001 | 11101 | 1010000 | 101010 |
Color Harmonies of #C06915
Complementary color
Monochromatic Colors of #C06915
Black with #C06915
Text Example
Text Example
White with #C06915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06915; }
p { color: rgb(192,105,21); }
H1.HeaderClassName
{
color: #C06915;
}
.AnyTagClassName
{
color: #C06915;
}
</style>
background-color css
<style>
a { background-color: #C06915; }
a { background-color: rgb(192,105,21); }
div.DivClassName
{
background-color: #C06915;
}
.BgClassName
{
background-color: #C06915;
}
</style>
border-color css
<style>
span { border-color: #C06915; }
span { border-color: rgb(192,105,21); }
td.TdClassName
{
border-color: #C06915;
}
.TagClassName
{
border-color: #C06915;
}
</style>