Shades of Chocolate #C05817
Tints of Chocolate #C05817
RGB
CMYK
RGB Variations
Color information
#C05817 (or 0xC05817) is known color: Chocolate. HEX triplet: C0, 58 and 17. RGB value is (192,88,23). Sum of RGB (Red+Green+Blue) = 192+88+23=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C05817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05817 is #3FA7E8. Grayscale: #707070. Windows color (decimal): -4171753 or 1530048. OLE color: 1530048.
HSL color Cylindrical-coordinate representation of color #C05817: hue angle of 23.08º 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 #C05817 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.25 |
| HSL | 23.08º | 0.79% | 0.42% | - |
| HSV(B) | 23.08º | 0.88% | 0.75% | - |
| XYZ | 25.38 | 18.25 | 2.99 | - |
| YUV | 111.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 23 | 0 | 0.54 | 0.88 | 0.25 | 23.08 | 0.79 | 0.42 |
| Hex | C0 | 58 | 17 | 0 | 36 | 58 | 19 | 17 | 4F | 2A |
| Octal | 300 | 130 | 27 | 0 | 66 | 130 | 31 | 27 | 117 | 52 |
| Binary | 11000000 | 1011000 | 10111 | 0 | 110110 | 1011000 | 11001 | 10111 | 1001111 | 101010 |
Color Harmonies of #C05817
Complementary color
Monochromatic Colors of #C05817
Black with #C05817
Text Example
Text Example
White with #C05817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05817; }
p { color: rgb(192,88,23); }
H1.HeaderClassName
{
color: #C05817;
}
.AnyTagClassName
{
color: #C05817;
}
</style>
background-color css
<style>
a { background-color: #C05817; }
a { background-color: rgb(192,88,23); }
div.DivClassName
{
background-color: #C05817;
}
.BgClassName
{
background-color: #C05817;
}
</style>
border-color css
<style>
span { border-color: #C05817; }
span { border-color: rgb(192,88,23); }
td.TdClassName
{
border-color: #C05817;
}
.TagClassName
{
border-color: #C05817;
}
</style>