Shades of Chocolate #C95C15
Tints of Chocolate #C95C15
RGB
CMYK
RGB Variations
Color information
#C95C15 (or 0xC95C15) is known color: Chocolate. HEX triplet: C9, 5C and 15. RGB value is (201,92,21). Sum of RGB (Red+Green+Blue) = 201+92+21=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95C15 is #36A3EA. Grayscale: #747474. Windows color (decimal): -3580907 or 1400009. OLE color: 1400009.
HSL color Cylindrical-coordinate representation of color #C95C15: hue angle of 23.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 #C95C15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.21 |
| HSL | 23.67º | 0.81% | 0.44% | - |
| HSV(B) | 23.67º | 0.9% | 0.79% | - |
| XYZ | 28.05 | 20.13 | 3.12 | - |
| YUV | 116.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 21 | 0 | 0.54 | 0.90 | 0.21 | 23.67 | 0.81 | 0.44 |
| Hex | C9 | 5C | 15 | 0 | 36 | 5A | 15 | 18 | 51 | 2C |
| Octal | 311 | 134 | 25 | 0 | 66 | 132 | 25 | 30 | 121 | 54 |
| Binary | 11001001 | 1011100 | 10101 | 0 | 110110 | 1011010 | 10101 | 11000 | 1010001 | 101100 |
Color Harmonies of #C95C15
Complementary color
Monochromatic Colors of #C95C15
Black with #C95C15
Text Example
Text Example
White with #C95C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C15; }
p { color: rgb(201,92,21); }
H1.HeaderClassName
{
color: #C95C15;
}
.AnyTagClassName
{
color: #C95C15;
}
</style>
background-color css
<style>
a { background-color: #C95C15; }
a { background-color: rgb(201,92,21); }
div.DivClassName
{
background-color: #C95C15;
}
.BgClassName
{
background-color: #C95C15;
}
</style>
border-color css
<style>
span { border-color: #C95C15; }
span { border-color: rgb(201,92,21); }
td.TdClassName
{
border-color: #C95C15;
}
.TagClassName
{
border-color: #C95C15;
}
</style>