Shades of Chocolate #C9581E
Tints of Chocolate #C9581E
RGB
CMYK
RGB Variations
Color information
#C9581E (or 0xC9581E) is known color: Chocolate. HEX triplet: C9, 58 and 1E. RGB value is (201,88,30). Sum of RGB (Red+Green+Blue) = 201+88+30=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9581E is #36A7E1. Grayscale: #737373. Windows color (decimal): -3581922 or 1988809. OLE color: 1988809.
HSL color Cylindrical-coordinate representation of color #C9581E: hue angle of 20.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9581E is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 30 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.21 |
| HSL | 20.35º | 0.74% | 0.45% | - |
| HSV(B) | 20.35º | 0.85% | 0.79% | - |
| XYZ | 27.81 | 19.49 | 3.52 | - |
| YUV | 115.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 30 | 0 | 0.56 | 0.85 | 0.21 | 20.35 | 0.74 | 0.45 |
| Hex | C9 | 58 | 1E | 0 | 38 | 55 | 15 | 14 | 4A | 2D |
| Octal | 311 | 130 | 36 | 0 | 70 | 125 | 25 | 24 | 112 | 55 |
| Binary | 11001001 | 1011000 | 11110 | 0 | 111000 | 1010101 | 10101 | 10100 | 1001010 | 101101 |
Color Harmonies of #C9581E
Complementary color
Monochromatic Colors of #C9581E
Black with #C9581E
Text Example
Text Example
White with #C9581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9581E; }
p { color: rgb(201,88,30); }
H1.HeaderClassName
{
color: #C9581E;
}
.AnyTagClassName
{
color: #C9581E;
}
</style>
background-color css
<style>
a { background-color: #C9581E; }
a { background-color: rgb(201,88,30); }
div.DivClassName
{
background-color: #C9581E;
}
.BgClassName
{
background-color: #C9581E;
}
</style>
border-color css
<style>
span { border-color: #C9581E; }
span { border-color: rgb(201,88,30); }
td.TdClassName
{
border-color: #C9581E;
}
.TagClassName
{
border-color: #C9581E;
}
</style>