Shades of Chocolate #C95C19
Tints of Chocolate #C95C19
RGB
CMYK
RGB Variations
Color information
#C95C19 (or 0xC95C19) is known color: Chocolate. HEX triplet: C9, 5C and 19. RGB value is (201,92,25). Sum of RGB (Red+Green+Blue) = 201+92+25=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95C19 is #36A3E6. Grayscale: #757575. Windows color (decimal): -3580903 or 1662153. OLE color: 1662153.
HSL color Cylindrical-coordinate representation of color #C95C19: hue angle of 22.84º degrees, saturation: 0.78, 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 #C95C19 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.21 |
| HSL | 22.84º | 0.78% | 0.44% | - |
| HSV(B) | 22.84º | 0.88% | 0.79% | - |
| XYZ | 28.09 | 20.14 | 3.33 | - |
| YUV | 116.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 25 | 0 | 0.54 | 0.88 | 0.21 | 22.84 | 0.78 | 0.44 |
| Hex | C9 | 5C | 19 | 0 | 36 | 58 | 15 | 17 | 4E | 2C |
| Octal | 311 | 134 | 31 | 0 | 66 | 130 | 25 | 27 | 116 | 54 |
| Binary | 11001001 | 1011100 | 11001 | 0 | 110110 | 1011000 | 10101 | 10111 | 1001110 | 101100 |
Color Harmonies of #C95C19
Complementary color
Monochromatic Colors of #C95C19
Black with #C95C19
Text Example
Text Example
White with #C95C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C19; }
p { color: rgb(201,92,25); }
H1.HeaderClassName
{
color: #C95C19;
}
.AnyTagClassName
{
color: #C95C19;
}
</style>
background-color css
<style>
a { background-color: #C95C19; }
a { background-color: rgb(201,92,25); }
div.DivClassName
{
background-color: #C95C19;
}
.BgClassName
{
background-color: #C95C19;
}
</style>
border-color css
<style>
span { border-color: #C95C19; }
span { border-color: rgb(201,92,25); }
td.TdClassName
{
border-color: #C95C19;
}
.TagClassName
{
border-color: #C95C19;
}
</style>