Shades of Chocolate #C05C17
Tints of Chocolate #C05C17
RGB
CMYK
RGB Variations
Color information
#C05C17 (or 0xC05C17) is known color: Chocolate. HEX triplet: C0, 5C and 17. RGB value is (192,92,23). Sum of RGB (Red+Green+Blue) = 192+92+23=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C17 is #3FA3E8. Grayscale: #727272. Windows color (decimal): -4170729 or 1531072. OLE color: 1531072.
HSL color Cylindrical-coordinate representation of color #C05C17: hue angle of 24.5º degrees, saturation: 0.79, 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 #C05C17 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 23 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.25 |
| HSL | 24.5º | 0.79% | 0.42% | - |
| HSV(B) | 24.5º | 0.88% | 0.75% | - |
| XYZ | 25.72 | 18.92 | 3.11 | - |
| YUV | 114.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 23 | 0 | 0.52 | 0.88 | 0.25 | 24.5 | 0.79 | 0.42 |
| Hex | C0 | 5C | 17 | 0 | 34 | 58 | 19 | 18 | 4F | 2A |
| Octal | 300 | 134 | 27 | 0 | 64 | 130 | 31 | 30 | 117 | 52 |
| Binary | 11000000 | 1011100 | 10111 | 0 | 110100 | 1011000 | 11001 | 11000 | 1001111 | 101010 |
Color Harmonies of #C05C17
Complementary color
Monochromatic Colors of #C05C17
Black with #C05C17
Text Example
Text Example
White with #C05C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C17; }
p { color: rgb(192,92,23); }
H1.HeaderClassName
{
color: #C05C17;
}
.AnyTagClassName
{
color: #C05C17;
}
</style>
background-color css
<style>
a { background-color: #C05C17; }
a { background-color: rgb(192,92,23); }
div.DivClassName
{
background-color: #C05C17;
}
.BgClassName
{
background-color: #C05C17;
}
</style>
border-color css
<style>
span { border-color: #C05C17; }
span { border-color: rgb(192,92,23); }
td.TdClassName
{
border-color: #C05C17;
}
.TagClassName
{
border-color: #C05C17;
}
</style>