Shades of Chocolate #C95C21
Tints of Chocolate #C95C21
RGB
CMYK
RGB Variations
Color information
#C95C21 (or 0xC95C21) is known color: Chocolate. HEX triplet: C9, 5C and 21. RGB value is (201,92,33). Sum of RGB (Red+Green+Blue) = 201+92+33=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C21 is #36A3DE. Grayscale: #767676. Windows color (decimal): -3580895 or 2186441. OLE color: 2186441.
HSL color Cylindrical-coordinate representation of color #C95C21: hue angle of 21.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95C21 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 33 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.21 |
| HSL | 21.07º | 0.72% | 0.46% | - |
| HSV(B) | 21.07º | 0.84% | 0.79% | - |
| XYZ | 28.19 | 20.18 | 3.85 | - |
| YUV | 117.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 33 | 0 | 0.54 | 0.84 | 0.21 | 21.07 | 0.72 | 0.46 |
| Hex | C9 | 5C | 21 | 0 | 36 | 54 | 15 | 15 | 48 | 2E |
| Octal | 311 | 134 | 41 | 0 | 66 | 124 | 25 | 25 | 110 | 56 |
| Binary | 11001001 | 1011100 | 100001 | 0 | 110110 | 1010100 | 10101 | 10101 | 1001000 | 101110 |
Color Harmonies of #C95C21
Complementary color
Monochromatic Colors of #C95C21
Black with #C95C21
Text Example
Text Example
White with #C95C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C21; }
p { color: rgb(201,92,33); }
H1.HeaderClassName
{
color: #C95C21;
}
.AnyTagClassName
{
color: #C95C21;
}
</style>
background-color css
<style>
a { background-color: #C95C21; }
a { background-color: rgb(201,92,33); }
div.DivClassName
{
background-color: #C95C21;
}
.BgClassName
{
background-color: #C95C21;
}
</style>
border-color css
<style>
span { border-color: #C95C21; }
span { border-color: rgb(201,92,33); }
td.TdClassName
{
border-color: #C95C21;
}
.TagClassName
{
border-color: #C95C21;
}
</style>