Shades of Chocolate #C06512
Tints of Chocolate #C06512
RGB
CMYK
RGB Variations
Color information
#C06512 (or 0xC06512) is known color: Chocolate. HEX triplet: C0, 65 and 12. RGB value is (192,101,18). Sum of RGB (Red+Green+Blue) = 192+101+18=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06512 is #3F9AED. Grayscale: #777777. Windows color (decimal): -4168430 or 1205696. OLE color: 1205696.
HSL color Cylindrical-coordinate representation of color #C06512: hue angle of 28.62º 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 #C06512 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.25 |
| HSL | 28.62º | 0.83% | 0.41% | - |
| HSV(B) | 28.62º | 0.91% | 0.75% | - |
| XYZ | 26.5 | 20.56 | 3.14 | - |
| YUV | 118.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 18 | 0 | 0.47 | 0.91 | 0.25 | 28.62 | 0.83 | 0.41 |
| Hex | C0 | 65 | 12 | 0 | 2F | 5B | 19 | 1D | 53 | 29 |
| Octal | 300 | 145 | 22 | 0 | 57 | 133 | 31 | 35 | 123 | 51 |
| Binary | 11000000 | 1100101 | 10010 | 0 | 101111 | 1011011 | 11001 | 11101 | 1010011 | 101001 |
Color Harmonies of #C06512
Complementary color
Monochromatic Colors of #C06512
Black with #C06512
Text Example
Text Example
White with #C06512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06512; }
p { color: rgb(192,101,18); }
H1.HeaderClassName
{
color: #C06512;
}
.AnyTagClassName
{
color: #C06512;
}
</style>
background-color css
<style>
a { background-color: #C06512; }
a { background-color: rgb(192,101,18); }
div.DivClassName
{
background-color: #C06512;
}
.BgClassName
{
background-color: #C06512;
}
</style>
border-color css
<style>
span { border-color: #C06512; }
span { border-color: rgb(192,101,18); }
td.TdClassName
{
border-color: #C06512;
}
.TagClassName
{
border-color: #C06512;
}
</style>