Shades of Chocolate #C95E18
Tints of Chocolate #C95E18
RGB
CMYK
RGB Variations
Color information
#C95E18 (or 0xC95E18) is known color: Chocolate. HEX triplet: C9, 5E and 18. RGB value is (201,94,24). Sum of RGB (Red+Green+Blue) = 201+94+24=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95E18 is #36A1E7. Grayscale: #767676. Windows color (decimal): -3580392 or 1597129. OLE color: 1597129.
HSL color Cylindrical-coordinate representation of color #C95E18: hue angle of 23.73º degrees, saturation: 0.79, 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 #C95E18 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 24 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.21 |
| HSL | 23.73º | 0.79% | 0.44% | - |
| HSV(B) | 23.73º | 0.88% | 0.79% | - |
| XYZ | 28.25 | 20.49 | 3.33 | - |
| YUV | 118.01 | 74.95 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 24 | 0 | 0.53 | 0.88 | 0.21 | 23.73 | 0.79 | 0.44 |
| Hex | C9 | 5E | 18 | 0 | 35 | 58 | 15 | 18 | 4F | 2C |
| Octal | 311 | 136 | 30 | 0 | 65 | 130 | 25 | 30 | 117 | 54 |
| Binary | 11001001 | 1011110 | 11000 | 0 | 110101 | 1011000 | 10101 | 11000 | 1001111 | 101100 |
Color Harmonies of #C95E18
Complementary color
Monochromatic Colors of #C95E18
Black with #C95E18
Text Example
Text Example
White with #C95E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E18; }
p { color: rgb(201,94,24); }
H1.HeaderClassName
{
color: #C95E18;
}
.AnyTagClassName
{
color: #C95E18;
}
</style>
background-color css
<style>
a { background-color: #C95E18; }
a { background-color: rgb(201,94,24); }
div.DivClassName
{
background-color: #C95E18;
}
.BgClassName
{
background-color: #C95E18;
}
</style>
border-color css
<style>
span { border-color: #C95E18; }
span { border-color: rgb(201,94,24); }
td.TdClassName
{
border-color: #C95E18;
}
.TagClassName
{
border-color: #C95E18;
}
</style>