Shades of Chocolate #C05F14
Tints of Chocolate #C05F14
RGB
CMYK
RGB Variations
Color information
#C05F14 (or 0xC05F14) is known color: Chocolate. HEX triplet: C0, 5F and 14. RGB value is (192,95,20). Sum of RGB (Red+Green+Blue) = 192+95+20=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F14 is #3FA0EB. Grayscale: #737373. Windows color (decimal): -4169964 or 1335232. OLE color: 1335232.
HSL color Cylindrical-coordinate representation of color #C05F14: hue angle of 26.16º 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 #C05F14 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 20 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.25 |
| HSL | 26.16º | 0.81% | 0.42% | - |
| HSV(B) | 26.16º | 0.9% | 0.75% | - |
| XYZ | 25.96 | 19.44 | 3.05 | - |
| YUV | 115.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 20 | 0 | 0.51 | 0.90 | 0.25 | 26.16 | 0.81 | 0.42 |
| Hex | C0 | 5F | 14 | 0 | 33 | 5A | 19 | 1A | 51 | 2A |
| Octal | 300 | 137 | 24 | 0 | 63 | 132 | 31 | 32 | 121 | 52 |
| Binary | 11000000 | 1011111 | 10100 | 0 | 110011 | 1011010 | 11001 | 11010 | 1010001 | 101010 |
Color Harmonies of #C05F14
Complementary color
Monochromatic Colors of #C05F14
Black with #C05F14
Text Example
Text Example
White with #C05F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F14; }
p { color: rgb(192,95,20); }
H1.HeaderClassName
{
color: #C05F14;
}
.AnyTagClassName
{
color: #C05F14;
}
</style>
background-color css
<style>
a { background-color: #C05F14; }
a { background-color: rgb(192,95,20); }
div.DivClassName
{
background-color: #C05F14;
}
.BgClassName
{
background-color: #C05F14;
}
</style>
border-color css
<style>
span { border-color: #C05F14; }
span { border-color: rgb(192,95,20); }
td.TdClassName
{
border-color: #C05F14;
}
.TagClassName
{
border-color: #C05F14;
}
</style>