Shades of Chocolate #C05F15
Tints of Chocolate #C05F15
RGB
CMYK
RGB Variations
Color information
#C05F15 (or 0xC05F15) is known color: Chocolate. HEX triplet: C0, 5F and 15. RGB value is (192,95,21). Sum of RGB (Red+Green+Blue) = 192+95+21=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F15 is #3FA0EA. Grayscale: #737373. Windows color (decimal): -4169963 or 1400768. OLE color: 1400768.
HSL color Cylindrical-coordinate representation of color #C05F15: hue angle of 25.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05F15 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 21 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.25 |
| HSL | 25.96º | 0.8% | 0.42% | - |
| HSV(B) | 25.96º | 0.89% | 0.75% | - |
| XYZ | 25.97 | 19.45 | 3.09 | - |
| YUV | 115.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 21 | 0 | 0.51 | 0.89 | 0.25 | 25.96 | 0.8 | 0.42 |
| Hex | C0 | 5F | 15 | 0 | 33 | 59 | 19 | 1A | 50 | 2A |
| Octal | 300 | 137 | 25 | 0 | 63 | 131 | 31 | 32 | 120 | 52 |
| Binary | 11000000 | 1011111 | 10101 | 0 | 110011 | 1011001 | 11001 | 11010 | 1010000 | 101010 |
Color Harmonies of #C05F15
Complementary color
Monochromatic Colors of #C05F15
Black with #C05F15
Text Example
Text Example
White with #C05F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F15; }
p { color: rgb(192,95,21); }
H1.HeaderClassName
{
color: #C05F15;
}
.AnyTagClassName
{
color: #C05F15;
}
</style>
background-color css
<style>
a { background-color: #C05F15; }
a { background-color: rgb(192,95,21); }
div.DivClassName
{
background-color: #C05F15;
}
.BgClassName
{
background-color: #C05F15;
}
</style>
border-color css
<style>
span { border-color: #C05F15; }
span { border-color: rgb(192,95,21); }
td.TdClassName
{
border-color: #C05F15;
}
.TagClassName
{
border-color: #C05F15;
}
</style>