Shades of Chocolate #C06A11
Tints of Chocolate #C06A11
RGB
CMYK
RGB Variations
Color information
#C06A11 (or 0xC06A11) is known color: Chocolate. HEX triplet: C0, 6A and 11. RGB value is (192,106,17). Sum of RGB (Red+Green+Blue) = 192+106+17=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A11 is #3F95EE. Grayscale: #7A7A7A. Windows color (decimal): -4167151 or 1141440. OLE color: 1141440.
HSL color Cylindrical-coordinate representation of color #C06A11: hue angle of 30.51º degrees, saturation: 0.84, 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 #C06A11 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 17 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.25 |
| HSL | 30.51º | 0.84% | 0.41% | - |
| HSV(B) | 30.51º | 0.91% | 0.75% | - |
| XYZ | 26.99 | 21.56 | 3.27 | - |
| YUV | 121.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 17 | 0 | 0.45 | 0.91 | 0.25 | 30.51 | 0.84 | 0.41 |
| Hex | C0 | 6A | 11 | 0 | 2D | 5B | 19 | 1F | 54 | 29 |
| Octal | 300 | 152 | 21 | 0 | 55 | 133 | 31 | 37 | 124 | 51 |
| Binary | 11000000 | 1101010 | 10001 | 0 | 101101 | 1011011 | 11001 | 11111 | 1010100 | 101001 |
Color Harmonies of #C06A11
Complementary color
Monochromatic Colors of #C06A11
Black with #C06A11
Text Example
Text Example
White with #C06A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A11; }
p { color: rgb(192,106,17); }
H1.HeaderClassName
{
color: #C06A11;
}
.AnyTagClassName
{
color: #C06A11;
}
</style>
background-color css
<style>
a { background-color: #C06A11; }
a { background-color: rgb(192,106,17); }
div.DivClassName
{
background-color: #C06A11;
}
.BgClassName
{
background-color: #C06A11;
}
</style>
border-color css
<style>
span { border-color: #C06A11; }
span { border-color: rgb(192,106,17); }
td.TdClassName
{
border-color: #C06A11;
}
.TagClassName
{
border-color: #C06A11;
}
</style>