Shades of Chocolate #C15A16
Tints of Chocolate #C15A16
RGB
CMYK
RGB Variations
Color information
#C15A16 (or 0xC15A16) is known color: Chocolate. HEX triplet: C1, 5A and 16. RGB value is (193,90,22). Sum of RGB (Red+Green+Blue) = 193+90+22=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A16 is #3EA5E9. Grayscale: #717171. Windows color (decimal): -4105706 or 1465025. OLE color: 1465025.
HSL color Cylindrical-coordinate representation of color #C15A16: hue angle of 23.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15A16 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 22 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.24 |
| HSL | 23.86º | 0.8% | 0.42% | - |
| HSV(B) | 23.86º | 0.89% | 0.76% | - |
| XYZ | 25.79 | 18.71 | 3.01 | - |
| YUV | 113.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 22 | 0 | 0.53 | 0.89 | 0.24 | 23.86 | 0.8 | 0.42 |
| Hex | C1 | 5A | 16 | 0 | 35 | 59 | 18 | 18 | 50 | 2A |
| Octal | 301 | 132 | 26 | 0 | 65 | 131 | 30 | 30 | 120 | 52 |
| Binary | 11000001 | 1011010 | 10110 | 0 | 110101 | 1011001 | 11000 | 11000 | 1010000 | 101010 |
Color Harmonies of #C15A16
Complementary color
Monochromatic Colors of #C15A16
Black with #C15A16
Text Example
Text Example
White with #C15A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A16; }
p { color: rgb(193,90,22); }
H1.HeaderClassName
{
color: #C15A16;
}
.AnyTagClassName
{
color: #C15A16;
}
</style>
background-color css
<style>
a { background-color: #C15A16; }
a { background-color: rgb(193,90,22); }
div.DivClassName
{
background-color: #C15A16;
}
.BgClassName
{
background-color: #C15A16;
}
</style>
border-color css
<style>
span { border-color: #C15A16; }
span { border-color: rgb(193,90,22); }
td.TdClassName
{
border-color: #C15A16;
}
.TagClassName
{
border-color: #C15A16;
}
</style>