Shades of Chocolate #C85D1C
Tints of Chocolate #C85D1C
RGB
CMYK
RGB Variations
Color information
#C85D1C (or 0xC85D1C) is known color: Chocolate. HEX triplet: C8, 5D and 1C. RGB value is (200,93,28). Sum of RGB (Red+Green+Blue) = 200+93+28=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D1C is #37A2E3. Grayscale: #757575. Windows color (decimal): -3646180 or 1859016. OLE color: 1859016.
HSL color Cylindrical-coordinate representation of color #C85D1C: hue angle of 22.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C85D1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.22 |
| HSL | 22.67º | 0.75% | 0.45% | - |
| HSV(B) | 22.67º | 0.86% | 0.78% | - |
| XYZ | 27.94 | 20.19 | 3.52 | - |
| YUV | 117.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 28 | 0 | 0.54 | 0.86 | 0.22 | 22.67 | 0.75 | 0.45 |
| Hex | C8 | 5D | 1C | 0 | 36 | 56 | 16 | 17 | 4B | 2D |
| Octal | 310 | 135 | 34 | 0 | 66 | 126 | 26 | 27 | 113 | 55 |
| Binary | 11001000 | 1011101 | 11100 | 0 | 110110 | 1010110 | 10110 | 10111 | 1001011 | 101101 |
Color Harmonies of #C85D1C
Complementary color
Monochromatic Colors of #C85D1C
Black with #C85D1C
Text Example
Text Example
White with #C85D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D1C; }
p { color: rgb(200,93,28); }
H1.HeaderClassName
{
color: #C85D1C;
}
.AnyTagClassName
{
color: #C85D1C;
}
</style>
background-color css
<style>
a { background-color: #C85D1C; }
a { background-color: rgb(200,93,28); }
div.DivClassName
{
background-color: #C85D1C;
}
.BgClassName
{
background-color: #C85D1C;
}
</style>
border-color css
<style>
span { border-color: #C85D1C; }
span { border-color: rgb(200,93,28); }
td.TdClassName
{
border-color: #C85D1C;
}
.TagClassName
{
border-color: #C85D1C;
}
</style>