Shades of Chocolate #C85E22
Tints of Chocolate #C85E22
RGB
CMYK
RGB Variations
Color information
#C85E22 (or 0xC85E22) is known color: Chocolate. HEX triplet: C8, 5E and 22. RGB value is (200,94,34). Sum of RGB (Red+Green+Blue) = 200+94+34=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E22 is #37A1DD. Grayscale: #777777. Windows color (decimal): -3645918 or 2252488. OLE color: 2252488.
HSL color Cylindrical-coordinate representation of color #C85E22: hue angle of 21.69º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C85E22 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 34 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.22 |
| HSL | 21.69º | 0.71% | 0.46% | - |
| HSV(B) | 21.69º | 0.83% | 0.78% | - |
| XYZ | 28.11 | 20.4 | 3.97 | - |
| YUV | 118.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 34 | 0 | 0.53 | 0.83 | 0.22 | 21.69 | 0.71 | 0.46 |
| Hex | C8 | 5E | 22 | 0 | 35 | 53 | 16 | 16 | 47 | 2E |
| Octal | 310 | 136 | 42 | 0 | 65 | 123 | 26 | 26 | 107 | 56 |
| Binary | 11001000 | 1011110 | 100010 | 0 | 110101 | 1010011 | 10110 | 10110 | 1000111 | 101110 |
Color Harmonies of #C85E22
Complementary color
Monochromatic Colors of #C85E22
Black with #C85E22
Text Example
Text Example
White with #C85E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E22; }
p { color: rgb(200,94,34); }
H1.HeaderClassName
{
color: #C85E22;
}
.AnyTagClassName
{
color: #C85E22;
}
</style>
background-color css
<style>
a { background-color: #C85E22; }
a { background-color: rgb(200,94,34); }
div.DivClassName
{
background-color: #C85E22;
}
.BgClassName
{
background-color: #C85E22;
}
</style>
border-color css
<style>
span { border-color: #C85E22; }
span { border-color: rgb(200,94,34); }
td.TdClassName
{
border-color: #C85E22;
}
.TagClassName
{
border-color: #C85E22;
}
</style>