Shades of Chocolate #C8571A
Tints of Chocolate #C8571A
RGB
CMYK
RGB Variations
Color information
#C8571A (or 0xC8571A) is known color: Chocolate. HEX triplet: C8, 57 and 1A. RGB value is (200,87,26). Sum of RGB (Red+Green+Blue) = 200+87+26=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8571A is #37A8E5. Grayscale: #727272. Windows color (decimal): -3647718 or 1726408. OLE color: 1726408.
HSL color Cylindrical-coordinate representation of color #C8571A: hue angle of 21.03º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8571A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 26 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.22 |
| HSL | 21.03º | 0.77% | 0.44% | - |
| HSV(B) | 21.03º | 0.87% | 0.78% | - |
| XYZ | 27.41 | 19.17 | 3.23 | - |
| YUV | 113.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 26 | 0 | 0.56 | 0.87 | 0.22 | 21.03 | 0.77 | 0.44 |
| Hex | C8 | 57 | 1A | 0 | 38 | 57 | 16 | 15 | 4D | 2C |
| Octal | 310 | 127 | 32 | 0 | 70 | 127 | 26 | 25 | 115 | 54 |
| Binary | 11001000 | 1010111 | 11010 | 0 | 111000 | 1010111 | 10110 | 10101 | 1001101 | 101100 |
Color Harmonies of #C8571A
Complementary color
Monochromatic Colors of #C8571A
Black with #C8571A
Text Example
Text Example
White with #C8571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8571A; }
p { color: rgb(200,87,26); }
H1.HeaderClassName
{
color: #C8571A;
}
.AnyTagClassName
{
color: #C8571A;
}
</style>
background-color css
<style>
a { background-color: #C8571A; }
a { background-color: rgb(200,87,26); }
div.DivClassName
{
background-color: #C8571A;
}
.BgClassName
{
background-color: #C8571A;
}
</style>
border-color css
<style>
span { border-color: #C8571A; }
span { border-color: rgb(200,87,26); }
td.TdClassName
{
border-color: #C8571A;
}
.TagClassName
{
border-color: #C8571A;
}
</style>