Shades of Chocolate #C95915
Tints of Chocolate #C95915
RGB
CMYK
RGB Variations
Color information
#C95915 (or 0xC95915) is known color: Chocolate. HEX triplet: C9, 59 and 15. RGB value is (201,89,21). Sum of RGB (Red+Green+Blue) = 201+89+21=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C95915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95915 is #36A6EA. Grayscale: #737373. Windows color (decimal): -3581675 or 1399241. OLE color: 1399241.
HSL color Cylindrical-coordinate representation of color #C95915: hue angle of 22.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C95915 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 21 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.21 |
| HSL | 22.67º | 0.81% | 0.44% | - |
| HSV(B) | 22.67º | 0.9% | 0.79% | - |
| XYZ | 27.8 | 19.62 | 3.03 | - |
| YUV | 114.74 | 75.11 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 21 | 0 | 0.56 | 0.90 | 0.21 | 22.67 | 0.81 | 0.44 |
| Hex | C9 | 59 | 15 | 0 | 38 | 5A | 15 | 17 | 51 | 2C |
| Octal | 311 | 131 | 25 | 0 | 70 | 132 | 25 | 27 | 121 | 54 |
| Binary | 11001001 | 1011001 | 10101 | 0 | 111000 | 1011010 | 10101 | 10111 | 1010001 | 101100 |
Color Harmonies of #C95915
Complementary color
Monochromatic Colors of #C95915
Black with #C95915
Text Example
Text Example
White with #C95915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95915; }
p { color: rgb(201,89,21); }
H1.HeaderClassName
{
color: #C95915;
}
.AnyTagClassName
{
color: #C95915;
}
</style>
background-color css
<style>
a { background-color: #C95915; }
a { background-color: rgb(201,89,21); }
div.DivClassName
{
background-color: #C95915;
}
.BgClassName
{
background-color: #C95915;
}
</style>
border-color css
<style>
span { border-color: #C95915; }
span { border-color: rgb(201,89,21); }
td.TdClassName
{
border-color: #C95915;
}
.TagClassName
{
border-color: #C95915;
}
</style>