Shades of Chocolate #C55C14
Tints of Chocolate #C55C14
RGB
CMYK
RGB Variations
Color information
#C55C14 (or 0xC55C14) is known color: Chocolate. HEX triplet: C5, 5C and 14. RGB value is (197,92,20). Sum of RGB (Red+Green+Blue) = 197+92+20=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C14 is #3AA3EB. Grayscale: #737373. Windows color (decimal): -3843052 or 1334469. OLE color: 1334469.
HSL color Cylindrical-coordinate representation of color #C55C14: hue angle of 24.41º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55C14 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 20 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.23 |
| HSL | 24.41º | 0.82% | 0.43% | - |
| HSV(B) | 24.41º | 0.9% | 0.77% | - |
| XYZ | 26.98 | 19.58 | 3.02 | - |
| YUV | 115.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 20 | 0 | 0.53 | 0.90 | 0.23 | 24.41 | 0.82 | 0.43 |
| Hex | C5 | 5C | 14 | 0 | 35 | 5A | 17 | 18 | 52 | 2B |
| Octal | 305 | 134 | 24 | 0 | 65 | 132 | 27 | 30 | 122 | 53 |
| Binary | 11000101 | 1011100 | 10100 | 0 | 110101 | 1011010 | 10111 | 11000 | 1010010 | 101011 |
Color Harmonies of #C55C14
Complementary color
Monochromatic Colors of #C55C14
Black with #C55C14
Text Example
Text Example
White with #C55C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C14; }
p { color: rgb(197,92,20); }
H1.HeaderClassName
{
color: #C55C14;
}
.AnyTagClassName
{
color: #C55C14;
}
</style>
background-color css
<style>
a { background-color: #C55C14; }
a { background-color: rgb(197,92,20); }
div.DivClassName
{
background-color: #C55C14;
}
.BgClassName
{
background-color: #C55C14;
}
</style>
border-color css
<style>
span { border-color: #C55C14; }
span { border-color: rgb(197,92,20); }
td.TdClassName
{
border-color: #C55C14;
}
.TagClassName
{
border-color: #C55C14;
}
</style>