Shades of Chocolate #C06312
Tints of Chocolate #C06312
RGB
CMYK
RGB Variations
Color information
#C06312 (or 0xC06312) is known color: Chocolate. HEX triplet: C0, 63 and 12. RGB value is (192,99,18). Sum of RGB (Red+Green+Blue) = 192+99+18=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C06312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06312 is #3F9CED. Grayscale: #757575. Windows color (decimal): -4168942 or 1205184. OLE color: 1205184.
HSL color Cylindrical-coordinate representation of color #C06312: hue angle of 27.93º 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 #C06312 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 18 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.25 |
| HSL | 27.93º | 0.83% | 0.41% | - |
| HSV(B) | 27.93º | 0.91% | 0.75% | - |
| XYZ | 26.31 | 20.17 | 3.08 | - |
| YUV | 117.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 18 | 0 | 0.48 | 0.91 | 0.25 | 27.93 | 0.83 | 0.41 |
| Hex | C0 | 63 | 12 | 0 | 30 | 5B | 19 | 1C | 53 | 29 |
| Octal | 300 | 143 | 22 | 0 | 60 | 133 | 31 | 34 | 123 | 51 |
| Binary | 11000000 | 1100011 | 10010 | 0 | 110000 | 1011011 | 11001 | 11100 | 1010011 | 101001 |
Color Harmonies of #C06312
Complementary color
Monochromatic Colors of #C06312
Black with #C06312
Text Example
Text Example
White with #C06312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06312; }
p { color: rgb(192,99,18); }
H1.HeaderClassName
{
color: #C06312;
}
.AnyTagClassName
{
color: #C06312;
}
</style>
background-color css
<style>
a { background-color: #C06312; }
a { background-color: rgb(192,99,18); }
div.DivClassName
{
background-color: #C06312;
}
.BgClassName
{
background-color: #C06312;
}
</style>
border-color css
<style>
span { border-color: #C06312; }
span { border-color: rgb(192,99,18); }
td.TdClassName
{
border-color: #C06312;
}
.TagClassName
{
border-color: #C06312;
}
</style>