Shades of Chocolate #C9641E
Tints of Chocolate #C9641E
RGB
CMYK
RGB Variations
Color information
#C9641E (or 0xC9641E) is known color: Chocolate. HEX triplet: C9, 64 and 1E. RGB value is (201,100,30). Sum of RGB (Red+Green+Blue) = 201+100+30=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9641E is #369BE1. Grayscale: #7A7A7A. Windows color (decimal): -3578850 or 1991881. OLE color: 1991881.
HSL color Cylindrical-coordinate representation of color #C9641E: hue angle of 24.56º 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 #C9641E is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 30 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.21 |
| HSL | 24.56º | 0.74% | 0.45% | - |
| HSV(B) | 24.56º | 0.85% | 0.79% | - |
| XYZ | 28.88 | 21.63 | 3.88 | - |
| YUV | 122.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 30 | 0 | 0.50 | 0.85 | 0.21 | 24.56 | 0.74 | 0.45 |
| Hex | C9 | 64 | 1E | 0 | 32 | 55 | 15 | 19 | 4A | 2D |
| Octal | 311 | 144 | 36 | 0 | 62 | 125 | 25 | 31 | 112 | 55 |
| Binary | 11001001 | 1100100 | 11110 | 0 | 110010 | 1010101 | 10101 | 11001 | 1001010 | 101101 |
Color Harmonies of #C9641E
Complementary color
Monochromatic Colors of #C9641E
Black with #C9641E
Text Example
Text Example
White with #C9641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9641E; }
p { color: rgb(201,100,30); }
H1.HeaderClassName
{
color: #C9641E;
}
.AnyTagClassName
{
color: #C9641E;
}
</style>
background-color css
<style>
a { background-color: #C9641E; }
a { background-color: rgb(201,100,30); }
div.DivClassName
{
background-color: #C9641E;
}
.BgClassName
{
background-color: #C9641E;
}
</style>
border-color css
<style>
span { border-color: #C9641E; }
span { border-color: rgb(201,100,30); }
td.TdClassName
{
border-color: #C9641E;
}
.TagClassName
{
border-color: #C9641E;
}
</style>