Shades of Chocolate #C06B12
Tints of Chocolate #C06B12
RGB
CMYK
RGB Variations
Color information
#C06B12 (or 0xC06B12) is known color: Chocolate. HEX triplet: C0, 6B and 12. RGB value is (192,107,18). Sum of RGB (Red+Green+Blue) = 192+107+18=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B12 is #3F94ED. Grayscale: #7A7A7A. Windows color (decimal): -4166894 or 1207232. OLE color: 1207232.
HSL color Cylindrical-coordinate representation of color #C06B12: hue angle of 30.69º 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 #C06B12 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.25 |
| HSL | 30.69º | 0.83% | 0.41% | - |
| HSV(B) | 30.69º | 0.91% | 0.75% | - |
| XYZ | 27.11 | 21.77 | 3.34 | - |
| YUV | 122.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 18 | 0 | 0.44 | 0.91 | 0.25 | 30.69 | 0.83 | 0.41 |
| Hex | C0 | 6B | 12 | 0 | 2C | 5B | 19 | 1F | 53 | 29 |
| Octal | 300 | 153 | 22 | 0 | 54 | 133 | 31 | 37 | 123 | 51 |
| Binary | 11000000 | 1101011 | 10010 | 0 | 101100 | 1011011 | 11001 | 11111 | 1010011 | 101001 |
Color Harmonies of #C06B12
Complementary color
Monochromatic Colors of #C06B12
Black with #C06B12
Text Example
Text Example
White with #C06B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B12; }
p { color: rgb(192,107,18); }
H1.HeaderClassName
{
color: #C06B12;
}
.AnyTagClassName
{
color: #C06B12;
}
</style>
background-color css
<style>
a { background-color: #C06B12; }
a { background-color: rgb(192,107,18); }
div.DivClassName
{
background-color: #C06B12;
}
.BgClassName
{
background-color: #C06B12;
}
</style>
border-color css
<style>
span { border-color: #C06B12; }
span { border-color: rgb(192,107,18); }
td.TdClassName
{
border-color: #C06B12;
}
.TagClassName
{
border-color: #C06B12;
}
</style>