Shades of Chocolate #C85E21
Tints of Chocolate #C85E21
RGB
CMYK
RGB Variations
Color information
#C85E21 (or 0xC85E21) is known color: Chocolate. HEX triplet: C8, 5E and 21. RGB value is (200,94,33). Sum of RGB (Red+Green+Blue) = 200+94+33=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85E21 is #37A1DE. Grayscale: #777777. Windows color (decimal): -3645919 or 2186952. OLE color: 2186952.
HSL color Cylindrical-coordinate representation of color #C85E21: hue angle of 21.92º degrees, saturation: 0.72, 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 #C85E21 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 33 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.22 |
| HSL | 21.92º | 0.72% | 0.46% | - |
| HSV(B) | 21.92º | 0.84% | 0.78% | - |
| XYZ | 28.1 | 20.39 | 3.89 | - |
| YUV | 118.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 33 | 0 | 0.53 | 0.84 | 0.22 | 21.92 | 0.72 | 0.46 |
| Hex | C8 | 5E | 21 | 0 | 35 | 54 | 16 | 16 | 48 | 2E |
| Octal | 310 | 136 | 41 | 0 | 65 | 124 | 26 | 26 | 110 | 56 |
| Binary | 11001000 | 1011110 | 100001 | 0 | 110101 | 1010100 | 10110 | 10110 | 1001000 | 101110 |
Color Harmonies of #C85E21
Complementary color
Monochromatic Colors of #C85E21
Black with #C85E21
Text Example
Text Example
White with #C85E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E21; }
p { color: rgb(200,94,33); }
H1.HeaderClassName
{
color: #C85E21;
}
.AnyTagClassName
{
color: #C85E21;
}
</style>
background-color css
<style>
a { background-color: #C85E21; }
a { background-color: rgb(200,94,33); }
div.DivClassName
{
background-color: #C85E21;
}
.BgClassName
{
background-color: #C85E21;
}
</style>
border-color css
<style>
span { border-color: #C85E21; }
span { border-color: rgb(200,94,33); }
td.TdClassName
{
border-color: #C85E21;
}
.TagClassName
{
border-color: #C85E21;
}
</style>