Shades of Chocolate #C15A19
Tints of Chocolate #C15A19
RGB
CMYK
RGB Variations
Color information
#C15A19 (or 0xC15A19) is known color: Chocolate. HEX triplet: C1, 5A and 19. RGB value is (193,90,25). Sum of RGB (Red+Green+Blue) = 193+90+25=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A19 is #3EA5E6. Grayscale: #717171. Windows color (decimal): -4105703 or 1661633. OLE color: 1661633.
HSL color Cylindrical-coordinate representation of color #C15A19: hue angle of 23.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C15A19 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 25 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.24 |
| HSL | 23.21º | 0.77% | 0.43% | - |
| HSV(B) | 23.21º | 0.87% | 0.76% | - |
| XYZ | 25.82 | 18.72 | 3.17 | - |
| YUV | 113.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 25 | 0 | 0.53 | 0.87 | 0.24 | 23.21 | 0.77 | 0.43 |
| Hex | C1 | 5A | 19 | 0 | 35 | 57 | 18 | 17 | 4D | 2B |
| Octal | 301 | 132 | 31 | 0 | 65 | 127 | 30 | 27 | 115 | 53 |
| Binary | 11000001 | 1011010 | 11001 | 0 | 110101 | 1010111 | 11000 | 10111 | 1001101 | 101011 |
Color Harmonies of #C15A19
Complementary color
Monochromatic Colors of #C15A19
Black with #C15A19
Text Example
Text Example
White with #C15A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A19; }
p { color: rgb(193,90,25); }
H1.HeaderClassName
{
color: #C15A19;
}
.AnyTagClassName
{
color: #C15A19;
}
</style>
background-color css
<style>
a { background-color: #C15A19; }
a { background-color: rgb(193,90,25); }
div.DivClassName
{
background-color: #C15A19;
}
.BgClassName
{
background-color: #C15A19;
}
</style>
border-color css
<style>
span { border-color: #C15A19; }
span { border-color: rgb(193,90,25); }
td.TdClassName
{
border-color: #C15A19;
}
.TagClassName
{
border-color: #C15A19;
}
</style>