Shades of Chocolate #C9621A
Tints of Chocolate #C9621A
RGB
CMYK
RGB Variations
Color information
#C9621A (or 0xC9621A) is known color: Chocolate. HEX triplet: C9, 62 and 1A. RGB value is (201,98,26). Sum of RGB (Red+Green+Blue) = 201+98+26=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9621A is #369DE5. Grayscale: #787878. Windows color (decimal): -3579366 or 1729225. OLE color: 1729225.
HSL color Cylindrical-coordinate representation of color #C9621A: hue angle of 24.69º 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 #C9621A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 26 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.21 |
| HSL | 24.69º | 0.77% | 0.45% | - |
| HSV(B) | 24.69º | 0.87% | 0.79% | - |
| XYZ | 28.64 | 21.23 | 3.57 | - |
| YUV | 120.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 26 | 0 | 0.51 | 0.87 | 0.21 | 24.69 | 0.77 | 0.45 |
| Hex | C9 | 62 | 1A | 0 | 33 | 57 | 15 | 19 | 4D | 2D |
| Octal | 311 | 142 | 32 | 0 | 63 | 127 | 25 | 31 | 115 | 55 |
| Binary | 11001001 | 1100010 | 11010 | 0 | 110011 | 1010111 | 10101 | 11001 | 1001101 | 101101 |
Color Harmonies of #C9621A
Complementary color
Monochromatic Colors of #C9621A
Black with #C9621A
Text Example
Text Example
White with #C9621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9621A; }
p { color: rgb(201,98,26); }
H1.HeaderClassName
{
color: #C9621A;
}
.AnyTagClassName
{
color: #C9621A;
}
</style>
background-color css
<style>
a { background-color: #C9621A; }
a { background-color: rgb(201,98,26); }
div.DivClassName
{
background-color: #C9621A;
}
.BgClassName
{
background-color: #C9621A;
}
</style>
border-color css
<style>
span { border-color: #C9621A; }
span { border-color: rgb(201,98,26); }
td.TdClassName
{
border-color: #C9621A;
}
.TagClassName
{
border-color: #C9621A;
}
</style>