Shades of Chocolate #C95A15
Tints of Chocolate #C95A15
RGB
CMYK
RGB Variations
Color information
#C95A15 (or 0xC95A15) is known color: Chocolate. HEX triplet: C9, 5A and 15. RGB value is (201,90,21). Sum of RGB (Red+Green+Blue) = 201+90+21=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95A15 is #36A5EA. Grayscale: #737373. Windows color (decimal): -3581419 or 1399497. OLE color: 1399497.
HSL color Cylindrical-coordinate representation of color #C95A15: hue angle of 23º 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 #C95A15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.21 |
| HSL | 23º | 0.81% | 0.44% | - |
| HSV(B) | 23º | 0.9% | 0.79% | - |
| XYZ | 27.88 | 19.78 | 3.06 | - |
| YUV | 115.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 21 | 0 | 0.55 | 0.90 | 0.21 | 23 | 0.81 | 0.44 |
| Hex | C9 | 5A | 15 | 0 | 37 | 5A | 15 | 17 | 51 | 2C |
| Octal | 311 | 132 | 25 | 0 | 67 | 132 | 25 | 27 | 121 | 54 |
| Binary | 11001001 | 1011010 | 10101 | 0 | 110111 | 1011010 | 10101 | 10111 | 1010001 | 101100 |
Color Harmonies of #C95A15
Complementary color
Monochromatic Colors of #C95A15
Black with #C95A15
Text Example
Text Example
White with #C95A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A15; }
p { color: rgb(201,90,21); }
H1.HeaderClassName
{
color: #C95A15;
}
.AnyTagClassName
{
color: #C95A15;
}
</style>
background-color css
<style>
a { background-color: #C95A15; }
a { background-color: rgb(201,90,21); }
div.DivClassName
{
background-color: #C95A15;
}
.BgClassName
{
background-color: #C95A15;
}
</style>
border-color css
<style>
span { border-color: #C95A15; }
span { border-color: rgb(201,90,21); }
td.TdClassName
{
border-color: #C95A15;
}
.TagClassName
{
border-color: #C95A15;
}
</style>