Shades of Chocolate #C95819
Tints of Chocolate #C95819
RGB
CMYK
RGB Variations
Color information
#C95819 (or 0xC95819) is known color: Chocolate. HEX triplet: C9, 58 and 19. RGB value is (201,88,25). Sum of RGB (Red+Green+Blue) = 201+88+25=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C95819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95819 is #36A7E6. Grayscale: #727272. Windows color (decimal): -3581927 or 1661129. OLE color: 1661129.
HSL color Cylindrical-coordinate representation of color #C95819: hue angle of 21.48º 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 #C95819 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.21 |
| HSL | 21.48º | 0.78% | 0.44% | - |
| HSV(B) | 21.48º | 0.88% | 0.79% | - |
| XYZ | 27.75 | 19.47 | 3.21 | - |
| YUV | 114.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 25 | 0 | 0.56 | 0.88 | 0.21 | 21.48 | 0.78 | 0.44 |
| Hex | C9 | 58 | 19 | 0 | 38 | 58 | 15 | 15 | 4E | 2C |
| Octal | 311 | 130 | 31 | 0 | 70 | 130 | 25 | 25 | 116 | 54 |
| Binary | 11001001 | 1011000 | 11001 | 0 | 111000 | 1011000 | 10101 | 10101 | 1001110 | 101100 |
Color Harmonies of #C95819
Complementary color
Monochromatic Colors of #C95819
Black with #C95819
Text Example
Text Example
White with #C95819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95819; }
p { color: rgb(201,88,25); }
H1.HeaderClassName
{
color: #C95819;
}
.AnyTagClassName
{
color: #C95819;
}
</style>
background-color css
<style>
a { background-color: #C95819; }
a { background-color: rgb(201,88,25); }
div.DivClassName
{
background-color: #C95819;
}
.BgClassName
{
background-color: #C95819;
}
</style>
border-color css
<style>
span { border-color: #C95819; }
span { border-color: rgb(201,88,25); }
td.TdClassName
{
border-color: #C95819;
}
.TagClassName
{
border-color: #C95819;
}
</style>