Shades of Chocolate #C9551C
Tints of Chocolate #C9551C
RGB
CMYK
RGB Variations
Color information
#C9551C (or 0xC9551C) is known color: Chocolate. HEX triplet: C9, 55 and 1C. RGB value is (201,85,28). Sum of RGB (Red+Green+Blue) = 201+85+28=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9551C is #36AAE3. Grayscale: #717171. Windows color (decimal): -3582692 or 1856969. OLE color: 1856969.
HSL color Cylindrical-coordinate representation of color #C9551C: hue angle of 19.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9551C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.21 |
| HSL | 19.77º | 0.76% | 0.45% | - |
| HSV(B) | 19.77º | 0.86% | 0.79% | - |
| XYZ | 27.55 | 19 | 3.31 | - |
| YUV | 113.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 28 | 0 | 0.58 | 0.86 | 0.21 | 19.77 | 0.76 | 0.45 |
| Hex | C9 | 55 | 1C | 0 | 3A | 56 | 15 | 14 | 4C | 2D |
| Octal | 311 | 125 | 34 | 0 | 72 | 126 | 25 | 24 | 114 | 55 |
| Binary | 11001001 | 1010101 | 11100 | 0 | 111010 | 1010110 | 10101 | 10100 | 1001100 | 101101 |
Color Harmonies of #C9551C
Complementary color
Monochromatic Colors of #C9551C
Black with #C9551C
Text Example
Text Example
White with #C9551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9551C; }
p { color: rgb(201,85,28); }
H1.HeaderClassName
{
color: #C9551C;
}
.AnyTagClassName
{
color: #C9551C;
}
</style>
background-color css
<style>
a { background-color: #C9551C; }
a { background-color: rgb(201,85,28); }
div.DivClassName
{
background-color: #C9551C;
}
.BgClassName
{
background-color: #C9551C;
}
</style>
border-color css
<style>
span { border-color: #C9551C; }
span { border-color: rgb(201,85,28); }
td.TdClassName
{
border-color: #C9551C;
}
.TagClassName
{
border-color: #C9551C;
}
</style>