Shades of Chocolate #C85C20
Tints of Chocolate #C85C20
RGB
CMYK
RGB Variations
Color information
#C85C20 (or 0xC85C20) is known color: Chocolate. HEX triplet: C8, 5C and 20. RGB value is (200,92,32). Sum of RGB (Red+Green+Blue) = 200+92+32=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C20 is #37A3DF. Grayscale: #757575. Windows color (decimal): -3646432 or 2120904. OLE color: 2120904.
HSL color Cylindrical-coordinate representation of color #C85C20: hue angle of 21.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C85C20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 32 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.22 |
| HSL | 21.43º | 0.72% | 0.45% | - |
| HSV(B) | 21.43º | 0.84% | 0.78% | - |
| XYZ | 27.91 | 20.04 | 3.76 | - |
| YUV | 117.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 32 | 0 | 0.54 | 0.84 | 0.22 | 21.43 | 0.72 | 0.45 |
| Hex | C8 | 5C | 20 | 0 | 36 | 54 | 16 | 15 | 48 | 2D |
| Octal | 310 | 134 | 40 | 0 | 66 | 124 | 26 | 25 | 110 | 55 |
| Binary | 11001000 | 1011100 | 100000 | 0 | 110110 | 1010100 | 10110 | 10101 | 1001000 | 101101 |
Color Harmonies of #C85C20
Complementary color
Monochromatic Colors of #C85C20
Black with #C85C20
Text Example
Text Example
White with #C85C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C20; }
p { color: rgb(200,92,32); }
H1.HeaderClassName
{
color: #C85C20;
}
.AnyTagClassName
{
color: #C85C20;
}
</style>
background-color css
<style>
a { background-color: #C85C20; }
a { background-color: rgb(200,92,32); }
div.DivClassName
{
background-color: #C85C20;
}
.BgClassName
{
background-color: #C85C20;
}
</style>
border-color css
<style>
span { border-color: #C85C20; }
span { border-color: rgb(200,92,32); }
td.TdClassName
{
border-color: #C85C20;
}
.TagClassName
{
border-color: #C85C20;
}
</style>