Shades of Chocolate #C9561A
Tints of Chocolate #C9561A
RGB
CMYK
RGB Variations
Color information
#C9561A (or 0xC9561A) is known color: Chocolate. HEX triplet: C9, 56 and 1A. RGB value is (201,86,26). Sum of RGB (Red+Green+Blue) = 201+86+26=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9561A is #36A9E5. Grayscale: #717171. Windows color (decimal): -3582438 or 1726153. OLE color: 1726153.
HSL color Cylindrical-coordinate representation of color #C9561A: hue angle of 20.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9561A is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 26 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.21 |
| HSL | 20.57º | 0.77% | 0.45% | - |
| HSV(B) | 20.57º | 0.87% | 0.79% | - |
| XYZ | 27.6 | 19.15 | 3.22 | - |
| YUV | 113.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 26 | 0 | 0.57 | 0.87 | 0.21 | 20.57 | 0.77 | 0.45 |
| Hex | C9 | 56 | 1A | 0 | 39 | 57 | 15 | 15 | 4D | 2D |
| Octal | 311 | 126 | 32 | 0 | 71 | 127 | 25 | 25 | 115 | 55 |
| Binary | 11001001 | 1010110 | 11010 | 0 | 111001 | 1010111 | 10101 | 10101 | 1001101 | 101101 |
Color Harmonies of #C9561A
Complementary color
Monochromatic Colors of #C9561A
Black with #C9561A
Text Example
Text Example
White with #C9561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9561A; }
p { color: rgb(201,86,26); }
H1.HeaderClassName
{
color: #C9561A;
}
.AnyTagClassName
{
color: #C9561A;
}
</style>
background-color css
<style>
a { background-color: #C9561A; }
a { background-color: rgb(201,86,26); }
div.DivClassName
{
background-color: #C9561A;
}
.BgClassName
{
background-color: #C9561A;
}
</style>
border-color css
<style>
span { border-color: #C9561A; }
span { border-color: rgb(201,86,26); }
td.TdClassName
{
border-color: #C9561A;
}
.TagClassName
{
border-color: #C9561A;
}
</style>