Shades of Chocolate #C95619
Tints of Chocolate #C95619
RGB
CMYK
RGB Variations
Color information
#C95619 (or 0xC95619) is known color: Chocolate. HEX triplet: C9, 56 and 19. RGB value is (201,86,25). Sum of RGB (Red+Green+Blue) = 201+86+25=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C95619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95619 is #36A9E6. Grayscale: #717171. Windows color (decimal): -3582439 or 1660617. OLE color: 1660617.
HSL color Cylindrical-coordinate representation of color #C95619: hue angle of 20.8º 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 #C95619 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 25 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.21 |
| HSL | 20.8º | 0.78% | 0.44% | - |
| HSV(B) | 20.8º | 0.88% | 0.79% | - |
| XYZ | 27.59 | 19.14 | 3.16 | - |
| YUV | 113.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 25 | 0 | 0.57 | 0.88 | 0.21 | 20.8 | 0.78 | 0.44 |
| Hex | C9 | 56 | 19 | 0 | 39 | 58 | 15 | 15 | 4E | 2C |
| Octal | 311 | 126 | 31 | 0 | 71 | 130 | 25 | 25 | 116 | 54 |
| Binary | 11001001 | 1010110 | 11001 | 0 | 111001 | 1011000 | 10101 | 10101 | 1001110 | 101100 |
Color Harmonies of #C95619
Complementary color
Monochromatic Colors of #C95619
Black with #C95619
Text Example
Text Example
White with #C95619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95619; }
p { color: rgb(201,86,25); }
H1.HeaderClassName
{
color: #C95619;
}
.AnyTagClassName
{
color: #C95619;
}
</style>
background-color css
<style>
a { background-color: #C95619; }
a { background-color: rgb(201,86,25); }
div.DivClassName
{
background-color: #C95619;
}
.BgClassName
{
background-color: #C95619;
}
</style>
border-color css
<style>
span { border-color: #C95619; }
span { border-color: rgb(201,86,25); }
td.TdClassName
{
border-color: #C95619;
}
.TagClassName
{
border-color: #C95619;
}
</style>