Shades of Chocolate #C95518
Tints of Chocolate #C95518
RGB
CMYK
RGB Variations
Color information
#C95518 (or 0xC95518) is known color: Chocolate. HEX triplet: C9, 55 and 18. RGB value is (201,85,24). Sum of RGB (Red+Green+Blue) = 201+85+24=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C95518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95518 is #36AAE7. Grayscale: #717171. Windows color (decimal): -3582696 or 1594825. OLE color: 1594825.
HSL color Cylindrical-coordinate representation of color #C95518: hue angle of 20.68º 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 #C95518 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 24 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.21 |
| HSL | 20.68º | 0.79% | 0.44% | - |
| HSV(B) | 20.68º | 0.88% | 0.79% | - |
| XYZ | 27.5 | 18.98 | 3.08 | - |
| YUV | 112.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 24 | 0 | 0.58 | 0.88 | 0.21 | 20.68 | 0.79 | 0.44 |
| Hex | C9 | 55 | 18 | 0 | 3A | 58 | 15 | 15 | 4F | 2C |
| Octal | 311 | 125 | 30 | 0 | 72 | 130 | 25 | 25 | 117 | 54 |
| Binary | 11001001 | 1010101 | 11000 | 0 | 111010 | 1011000 | 10101 | 10101 | 1001111 | 101100 |
Color Harmonies of #C95518
Complementary color
Monochromatic Colors of #C95518
Black with #C95518
Text Example
Text Example
White with #C95518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95518; }
p { color: rgb(201,85,24); }
H1.HeaderClassName
{
color: #C95518;
}
.AnyTagClassName
{
color: #C95518;
}
</style>
background-color css
<style>
a { background-color: #C95518; }
a { background-color: rgb(201,85,24); }
div.DivClassName
{
background-color: #C95518;
}
.BgClassName
{
background-color: #C95518;
}
</style>
border-color css
<style>
span { border-color: #C95518; }
span { border-color: rgb(201,85,24); }
td.TdClassName
{
border-color: #C95518;
}
.TagClassName
{
border-color: #C95518;
}
</style>