Shades of Chocolate #C05D14
Tints of Chocolate #C05D14
RGB
CMYK
RGB Variations
Color information
#C05D14 (or 0xC05D14) is known color: Chocolate. HEX triplet: C0, 5D and 14. RGB value is (192,93,20). Sum of RGB (Red+Green+Blue) = 192+93+20=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D14 is #3FA2EB. Grayscale: #727272. Windows color (decimal): -4170476 or 1334720. OLE color: 1334720.
HSL color Cylindrical-coordinate representation of color #C05D14: hue angle of 25.47º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05D14 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 20 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.25 |
| HSL | 25.47º | 0.81% | 0.42% | - |
| HSV(B) | 25.47º | 0.9% | 0.75% | - |
| XYZ | 25.78 | 19.09 | 2.99 | - |
| YUV | 114.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 20 | 0 | 0.52 | 0.90 | 0.25 | 25.47 | 0.81 | 0.42 |
| Hex | C0 | 5D | 14 | 0 | 34 | 5A | 19 | 19 | 51 | 2A |
| Octal | 300 | 135 | 24 | 0 | 64 | 132 | 31 | 31 | 121 | 52 |
| Binary | 11000000 | 1011101 | 10100 | 0 | 110100 | 1011010 | 11001 | 11001 | 1010001 | 101010 |
Color Harmonies of #C05D14
Complementary color
Monochromatic Colors of #C05D14
Black with #C05D14
Text Example
Text Example
White with #C05D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D14; }
p { color: rgb(192,93,20); }
H1.HeaderClassName
{
color: #C05D14;
}
.AnyTagClassName
{
color: #C05D14;
}
</style>
background-color css
<style>
a { background-color: #C05D14; }
a { background-color: rgb(192,93,20); }
div.DivClassName
{
background-color: #C05D14;
}
.BgClassName
{
background-color: #C05D14;
}
</style>
border-color css
<style>
span { border-color: #C05D14; }
span { border-color: rgb(192,93,20); }
td.TdClassName
{
border-color: #C05D14;
}
.TagClassName
{
border-color: #C05D14;
}
</style>