Shades of Chocolate #C8551A
Tints of Chocolate #C8551A
RGB
CMYK
RGB Variations
Color information
#C8551A (or 0xC8551A) is known color: Chocolate. HEX triplet: C8, 55 and 1A. RGB value is (200,85,26). Sum of RGB (Red+Green+Blue) = 200+85+26=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8551A is #37AAE5. Grayscale: #717171. Windows color (decimal): -3648230 or 1725896. OLE color: 1725896.
HSL color Cylindrical-coordinate representation of color #C8551A: hue angle of 20.34º 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 #C8551A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 26 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.22 |
| HSL | 20.34º | 0.77% | 0.44% | - |
| HSV(B) | 20.34º | 0.87% | 0.78% | - |
| XYZ | 27.25 | 18.85 | 3.18 | - |
| YUV | 112.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 26 | 0 | 0.58 | 0.87 | 0.22 | 20.34 | 0.77 | 0.44 |
| Hex | C8 | 55 | 1A | 0 | 3A | 57 | 16 | 14 | 4D | 2C |
| Octal | 310 | 125 | 32 | 0 | 72 | 127 | 26 | 24 | 115 | 54 |
| Binary | 11001000 | 1010101 | 11010 | 0 | 111010 | 1010111 | 10110 | 10100 | 1001101 | 101100 |
Color Harmonies of #C8551A
Complementary color
Monochromatic Colors of #C8551A
Black with #C8551A
Text Example
Text Example
White with #C8551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8551A; }
p { color: rgb(200,85,26); }
H1.HeaderClassName
{
color: #C8551A;
}
.AnyTagClassName
{
color: #C8551A;
}
</style>
background-color css
<style>
a { background-color: #C8551A; }
a { background-color: rgb(200,85,26); }
div.DivClassName
{
background-color: #C8551A;
}
.BgClassName
{
background-color: #C8551A;
}
</style>
border-color css
<style>
span { border-color: #C8551A; }
span { border-color: rgb(200,85,26); }
td.TdClassName
{
border-color: #C8551A;
}
.TagClassName
{
border-color: #C8551A;
}
</style>