Shades of Chocolate #C85C21
Tints of Chocolate #C85C21
RGB
CMYK
RGB Variations
Color information
#C85C21 (or 0xC85C21) is known color: Chocolate. HEX triplet: C8, 5C and 21. RGB value is (200,92,33). Sum of RGB (Red+Green+Blue) = 200+92+33=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C21 is #37A3DE. Grayscale: #757575. Windows color (decimal): -3646431 or 2186440. OLE color: 2186440.
HSL color Cylindrical-coordinate representation of color #C85C21: hue angle of 21.2º 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 #C85C21 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 33 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.22 |
| HSL | 21.2º | 0.72% | 0.46% | - |
| HSV(B) | 21.2º | 0.84% | 0.78% | - |
| XYZ | 27.92 | 20.04 | 3.84 | - |
| YUV | 117.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 33 | 0 | 0.54 | 0.84 | 0.22 | 21.2 | 0.72 | 0.46 |
| Hex | C8 | 5C | 21 | 0 | 36 | 54 | 16 | 15 | 48 | 2E |
| Octal | 310 | 134 | 41 | 0 | 66 | 124 | 26 | 25 | 110 | 56 |
| Binary | 11001000 | 1011100 | 100001 | 0 | 110110 | 1010100 | 10110 | 10101 | 1001000 | 101110 |
Color Harmonies of #C85C21
Complementary color
Monochromatic Colors of #C85C21
Black with #C85C21
Text Example
Text Example
White with #C85C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C21; }
p { color: rgb(200,92,33); }
H1.HeaderClassName
{
color: #C85C21;
}
.AnyTagClassName
{
color: #C85C21;
}
</style>
background-color css
<style>
a { background-color: #C85C21; }
a { background-color: rgb(200,92,33); }
div.DivClassName
{
background-color: #C85C21;
}
.BgClassName
{
background-color: #C85C21;
}
</style>
border-color css
<style>
span { border-color: #C85C21; }
span { border-color: rgb(200,92,33); }
td.TdClassName
{
border-color: #C85C21;
}
.TagClassName
{
border-color: #C85C21;
}
</style>