Shades of Chocolate #C05C19
Tints of Chocolate #C05C19
RGB
CMYK
RGB Variations
Color information
#C05C19 (or 0xC05C19) is known color: Chocolate. HEX triplet: C0, 5C and 19. RGB value is (192,92,25). Sum of RGB (Red+Green+Blue) = 192+92+25=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C19 is #3FA3E6. Grayscale: #727272. Windows color (decimal): -4170727 or 1662144. OLE color: 1662144.
HSL color Cylindrical-coordinate representation of color #C05C19: hue angle of 24.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C05C19 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 25 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.25 |
| HSL | 24.07º | 0.77% | 0.43% | - |
| HSV(B) | 24.07º | 0.87% | 0.75% | - |
| XYZ | 25.74 | 18.93 | 3.22 | - |
| YUV | 114.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 25 | 0 | 0.52 | 0.87 | 0.25 | 24.07 | 0.77 | 0.43 |
| Hex | C0 | 5C | 19 | 0 | 34 | 57 | 19 | 18 | 4D | 2B |
| Octal | 300 | 134 | 31 | 0 | 64 | 127 | 31 | 30 | 115 | 53 |
| Binary | 11000000 | 1011100 | 11001 | 0 | 110100 | 1010111 | 11001 | 11000 | 1001101 | 101011 |
Color Harmonies of #C05C19
Complementary color
Monochromatic Colors of #C05C19
Black with #C05C19
Text Example
Text Example
White with #C05C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C19; }
p { color: rgb(192,92,25); }
H1.HeaderClassName
{
color: #C05C19;
}
.AnyTagClassName
{
color: #C05C19;
}
</style>
background-color css
<style>
a { background-color: #C05C19; }
a { background-color: rgb(192,92,25); }
div.DivClassName
{
background-color: #C05C19;
}
.BgClassName
{
background-color: #C05C19;
}
</style>
border-color css
<style>
span { border-color: #C05C19; }
span { border-color: rgb(192,92,25); }
td.TdClassName
{
border-color: #C05C19;
}
.TagClassName
{
border-color: #C05C19;
}
</style>