Shades of Chocolate #C06212
Tints of Chocolate #C06212
RGB
CMYK
RGB Variations
Color information
#C06212 (or 0xC06212) is known color: Chocolate. HEX triplet: C0, 62 and 12. RGB value is (192,98,18). Sum of RGB (Red+Green+Blue) = 192+98+18=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C06212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06212 is #3F9DED. Grayscale: #757575. Windows color (decimal): -4169198 or 1204928. OLE color: 1204928.
HSL color Cylindrical-coordinate representation of color #C06212: hue angle of 27.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06212 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.25 |
| HSL | 27.59º | 0.83% | 0.41% | - |
| HSV(B) | 27.59º | 0.91% | 0.75% | - |
| XYZ | 26.22 | 19.99 | 3.05 | - |
| YUV | 116.99 | 72.14 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 18 | 0 | 0.49 | 0.91 | 0.25 | 27.59 | 0.83 | 0.41 |
| Hex | C0 | 62 | 12 | 0 | 31 | 5B | 19 | 1C | 53 | 29 |
| Octal | 300 | 142 | 22 | 0 | 61 | 133 | 31 | 34 | 123 | 51 |
| Binary | 11000000 | 1100010 | 10010 | 0 | 110001 | 1011011 | 11001 | 11100 | 1010011 | 101001 |
Color Harmonies of #C06212
Complementary color
Monochromatic Colors of #C06212
Black with #C06212
Text Example
Text Example
White with #C06212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06212; }
p { color: rgb(192,98,18); }
H1.HeaderClassName
{
color: #C06212;
}
.AnyTagClassName
{
color: #C06212;
}
</style>
background-color css
<style>
a { background-color: #C06212; }
a { background-color: rgb(192,98,18); }
div.DivClassName
{
background-color: #C06212;
}
.BgClassName
{
background-color: #C06212;
}
</style>
border-color css
<style>
span { border-color: #C06212; }
span { border-color: rgb(192,98,18); }
td.TdClassName
{
border-color: #C06212;
}
.TagClassName
{
border-color: #C06212;
}
</style>