Shades of Chocolate #C95719
Tints of Chocolate #C95719
RGB
CMYK
RGB Variations
Color information
#C95719 (or 0xC95719) is known color: Chocolate. HEX triplet: C9, 57 and 19. RGB value is (201,87,25). Sum of RGB (Red+Green+Blue) = 201+87+25=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C95719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95719 is #36A8E6. Grayscale: #727272. Windows color (decimal): -3582183 or 1660873. OLE color: 1660873.
HSL color Cylindrical-coordinate representation of color #C95719: hue angle of 21.14º 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 #C95719 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 25 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.21 |
| HSL | 21.14º | 0.78% | 0.44% | - |
| HSV(B) | 21.14º | 0.88% | 0.79% | - |
| XYZ | 27.67 | 19.3 | 3.19 | - |
| YUV | 114.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 25 | 0 | 0.57 | 0.88 | 0.21 | 21.14 | 0.78 | 0.44 |
| Hex | C9 | 57 | 19 | 0 | 39 | 58 | 15 | 15 | 4E | 2C |
| Octal | 311 | 127 | 31 | 0 | 71 | 130 | 25 | 25 | 116 | 54 |
| Binary | 11001001 | 1010111 | 11001 | 0 | 111001 | 1011000 | 10101 | 10101 | 1001110 | 101100 |
Color Harmonies of #C95719
Complementary color
Monochromatic Colors of #C95719
Black with #C95719
Text Example
Text Example
White with #C95719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95719; }
p { color: rgb(201,87,25); }
H1.HeaderClassName
{
color: #C95719;
}
.AnyTagClassName
{
color: #C95719;
}
</style>
background-color css
<style>
a { background-color: #C95719; }
a { background-color: rgb(201,87,25); }
div.DivClassName
{
background-color: #C95719;
}
.BgClassName
{
background-color: #C95719;
}
</style>
border-color css
<style>
span { border-color: #C95719; }
span { border-color: rgb(201,87,25); }
td.TdClassName
{
border-color: #C95719;
}
.TagClassName
{
border-color: #C95719;
}
</style>