Shades of Chocolate #C05C18
Tints of Chocolate #C05C18
RGB
CMYK
RGB Variations
Color information
#C05C18 (or 0xC05C18) is known color: Chocolate. HEX triplet: C0, 5C and 18. RGB value is (192,92,24). Sum of RGB (Red+Green+Blue) = 192+92+24=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C18 is #3FA3E7. Grayscale: #727272. Windows color (decimal): -4170728 or 1596608. OLE color: 1596608.
HSL color Cylindrical-coordinate representation of color #C05C18: hue angle of 24.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C05C18 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 24 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.25 |
| HSL | 24.29º | 0.78% | 0.42% | - |
| HSV(B) | 24.29º | 0.88% | 0.75% | - |
| XYZ | 25.73 | 18.93 | 3.16 | - |
| YUV | 114.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 24 | 0 | 0.52 | 0.88 | 0.25 | 24.29 | 0.78 | 0.42 |
| Hex | C0 | 5C | 18 | 0 | 34 | 58 | 19 | 18 | 4E | 2A |
| Octal | 300 | 134 | 30 | 0 | 64 | 130 | 31 | 30 | 116 | 52 |
| Binary | 11000000 | 1011100 | 11000 | 0 | 110100 | 1011000 | 11001 | 11000 | 1001110 | 101010 |
Color Harmonies of #C05C18
Complementary color
Monochromatic Colors of #C05C18
Black with #C05C18
Text Example
Text Example
White with #C05C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C18; }
p { color: rgb(192,92,24); }
H1.HeaderClassName
{
color: #C05C18;
}
.AnyTagClassName
{
color: #C05C18;
}
</style>
background-color css
<style>
a { background-color: #C05C18; }
a { background-color: rgb(192,92,24); }
div.DivClassName
{
background-color: #C05C18;
}
.BgClassName
{
background-color: #C05C18;
}
</style>
border-color css
<style>
span { border-color: #C05C18; }
span { border-color: rgb(192,92,24); }
td.TdClassName
{
border-color: #C05C18;
}
.TagClassName
{
border-color: #C05C18;
}
</style>