Shades of Chocolate #C96919
Tints of Chocolate #C96919
RGB
CMYK
RGB Variations
Color information
#C96919 (or 0xC96919) is known color: Chocolate. HEX triplet: C9, 69 and 19. RGB value is (201,105,25). Sum of RGB (Red+Green+Blue) = 201+105+25=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C96919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96919 is #3696E6. Grayscale: #7D7D7D. Windows color (decimal): -3577575 or 1665481. OLE color: 1665481.
HSL color Cylindrical-coordinate representation of color #C96919: hue angle of 27.27º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96919 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 25 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.21 |
| HSL | 27.27º | 0.78% | 0.44% | - |
| HSV(B) | 27.27º | 0.88% | 0.79% | - |
| XYZ | 29.31 | 22.59 | 3.74 | - |
| YUV | 124.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 25 | 0 | 0.48 | 0.88 | 0.21 | 27.27 | 0.78 | 0.44 |
| Hex | C9 | 69 | 19 | 0 | 30 | 58 | 15 | 1B | 4E | 2C |
| Octal | 311 | 151 | 31 | 0 | 60 | 130 | 25 | 33 | 116 | 54 |
| Binary | 11001001 | 1101001 | 11001 | 0 | 110000 | 1011000 | 10101 | 11011 | 1001110 | 101100 |
Color Harmonies of #C96919
Complementary color
Monochromatic Colors of #C96919
Black with #C96919
Text Example
Text Example
White with #C96919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96919; }
p { color: rgb(201,105,25); }
H1.HeaderClassName
{
color: #C96919;
}
.AnyTagClassName
{
color: #C96919;
}
</style>
background-color css
<style>
a { background-color: #C96919; }
a { background-color: rgb(201,105,25); }
div.DivClassName
{
background-color: #C96919;
}
.BgClassName
{
background-color: #C96919;
}
</style>
border-color css
<style>
span { border-color: #C96919; }
span { border-color: rgb(201,105,25); }
td.TdClassName
{
border-color: #C96919;
}
.TagClassName
{
border-color: #C96919;
}
</style>