Shades of Chocolate #C55F12
Tints of Chocolate #C55F12
RGB
CMYK
RGB Variations
Color information
#C55F12 (or 0xC55F12) is known color: Chocolate. HEX triplet: C5, 5F and 12. RGB value is (197,95,18). Sum of RGB (Red+Green+Blue) = 197+95+18=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F12 is #3AA0ED. Grayscale: #757575. Windows color (decimal): -3842286 or 1204165. OLE color: 1204165.
HSL color Cylindrical-coordinate representation of color #C55F12: hue angle of 25.81º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55F12 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 18 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.23 |
| HSL | 25.81º | 0.83% | 0.42% | - |
| HSV(B) | 25.81º | 0.91% | 0.77% | - |
| XYZ | 27.23 | 20.1 | 3.02 | - |
| YUV | 116.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 18 | 0 | 0.52 | 0.91 | 0.23 | 25.81 | 0.83 | 0.42 |
| Hex | C5 | 5F | 12 | 0 | 34 | 5B | 17 | 1A | 53 | 2A |
| Octal | 305 | 137 | 22 | 0 | 64 | 133 | 27 | 32 | 123 | 52 |
| Binary | 11000101 | 1011111 | 10010 | 0 | 110100 | 1011011 | 10111 | 11010 | 1010011 | 101010 |
Color Harmonies of #C55F12
Complementary color
Monochromatic Colors of #C55F12
Black with #C55F12
Text Example
Text Example
White with #C55F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F12; }
p { color: rgb(197,95,18); }
H1.HeaderClassName
{
color: #C55F12;
}
.AnyTagClassName
{
color: #C55F12;
}
</style>
background-color css
<style>
a { background-color: #C55F12; }
a { background-color: rgb(197,95,18); }
div.DivClassName
{
background-color: #C55F12;
}
.BgClassName
{
background-color: #C55F12;
}
</style>
border-color css
<style>
span { border-color: #C55F12; }
span { border-color: rgb(197,95,18); }
td.TdClassName
{
border-color: #C55F12;
}
.TagClassName
{
border-color: #C55F12;
}
</style>