Shades of Chocolate #C05E13
Tints of Chocolate #C05E13
RGB
CMYK
RGB Variations
Color information
#C05E13 (or 0xC05E13) is known color: Chocolate. HEX triplet: C0, 5E and 13. RGB value is (192,94,19). Sum of RGB (Red+Green+Blue) = 192+94+19=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05E13 is #3FA1EC. Grayscale: #737373. Windows color (decimal): -4170221 or 1269440. OLE color: 1269440.
HSL color Cylindrical-coordinate representation of color #C05E13: hue angle of 26.01º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05E13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.25 |
| HSL | 26.01º | 0.82% | 0.41% | - |
| HSV(B) | 26.01º | 0.9% | 0.75% | - |
| XYZ | 25.86 | 19.26 | 2.97 | - |
| YUV | 114.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 19 | 0 | 0.51 | 0.90 | 0.25 | 26.01 | 0.82 | 0.41 |
| Hex | C0 | 5E | 13 | 0 | 33 | 5A | 19 | 1A | 52 | 29 |
| Octal | 300 | 136 | 23 | 0 | 63 | 132 | 31 | 32 | 122 | 51 |
| Binary | 11000000 | 1011110 | 10011 | 0 | 110011 | 1011010 | 11001 | 11010 | 1010010 | 101001 |
Color Harmonies of #C05E13
Complementary color
Monochromatic Colors of #C05E13
Black with #C05E13
Text Example
Text Example
White with #C05E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E13; }
p { color: rgb(192,94,19); }
H1.HeaderClassName
{
color: #C05E13;
}
.AnyTagClassName
{
color: #C05E13;
}
</style>
background-color css
<style>
a { background-color: #C05E13; }
a { background-color: rgb(192,94,19); }
div.DivClassName
{
background-color: #C05E13;
}
.BgClassName
{
background-color: #C05E13;
}
</style>
border-color css
<style>
span { border-color: #C05E13; }
span { border-color: rgb(192,94,19); }
td.TdClassName
{
border-color: #C05E13;
}
.TagClassName
{
border-color: #C05E13;
}
</style>