Shades of Chocolate #C95D15
Tints of Chocolate #C95D15
RGB
CMYK
RGB Variations
Color information
#C95D15 (or 0xC95D15) is known color: Chocolate. HEX triplet: C9, 5D and 15. RGB value is (201,93,21). Sum of RGB (Red+Green+Blue) = 201+93+21=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95D15 is #36A2EA. Grayscale: #757575. Windows color (decimal): -3580651 or 1400265. OLE color: 1400265.
HSL color Cylindrical-coordinate representation of color #C95D15: hue angle of 24º 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 #C95D15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.21 |
| HSL | 24º | 0.81% | 0.44% | - |
| HSV(B) | 24º | 0.9% | 0.79% | - |
| XYZ | 28.14 | 20.3 | 3.14 | - |
| YUV | 117.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 21 | 0 | 0.54 | 0.90 | 0.21 | 24 | 0.81 | 0.44 |
| Hex | C9 | 5D | 15 | 0 | 36 | 5A | 15 | 18 | 51 | 2C |
| Octal | 311 | 135 | 25 | 0 | 66 | 132 | 25 | 30 | 121 | 54 |
| Binary | 11001001 | 1011101 | 10101 | 0 | 110110 | 1011010 | 10101 | 11000 | 1010001 | 101100 |
Color Harmonies of #C95D15
Complementary color
Monochromatic Colors of #C95D15
Black with #C95D15
Text Example
Text Example
White with #C95D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D15; }
p { color: rgb(201,93,21); }
H1.HeaderClassName
{
color: #C95D15;
}
.AnyTagClassName
{
color: #C95D15;
}
</style>
background-color css
<style>
a { background-color: #C95D15; }
a { background-color: rgb(201,93,21); }
div.DivClassName
{
background-color: #C95D15;
}
.BgClassName
{
background-color: #C95D15;
}
</style>
border-color css
<style>
span { border-color: #C95D15; }
span { border-color: rgb(201,93,21); }
td.TdClassName
{
border-color: #C95D15;
}
.TagClassName
{
border-color: #C95D15;
}
</style>