Shades of Chestnut #C24642
Tints of Chestnut #C24642
RGB
CMYK
RGB Variations
Color information
#C24642 (or 0xC24642) is known color: Chestnut. HEX triplet: C2, 46 and 42. RGB value is (194,70,66). Sum of RGB (Red+Green+Blue) = 194+70+66=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C24642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24642 is #3DB9BD. Grayscale: #6A6A6A. Windows color (decimal): -4045246 or 4343490. OLE color: 4343490.
HSL color Cylindrical-coordinate representation of color #C24642: hue angle of 1.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24642 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 66 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.24 |
| HSL | 1.88º | 0.51% | 0.51% | - |
| HSV(B) | 1.88º | 0.66% | 0.76% | - |
| XYZ | 25.42 | 16.24 | 6.95 | - |
| YUV | 106.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 66 | 0 | 0.64 | 0.66 | 0.24 | 1.88 | 0.51 | 0.51 |
| Hex | C2 | 46 | 42 | 0 | 40 | 42 | 18 | 2 | 33 | 33 |
| Octal | 302 | 106 | 102 | 0 | 100 | 102 | 30 | 2 | 63 | 63 |
| Binary | 11000010 | 1000110 | 1000010 | 0 | 1000000 | 1000010 | 11000 | 10 | 110011 | 110011 |
Color Harmonies of #C24642
Complementary color
Monochromatic Colors of #C24642
Black with #C24642
Text Example
Text Example
White with #C24642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24642; }
p { color: rgb(194,70,66); }
H1.HeaderClassName
{
color: #C24642;
}
.AnyTagClassName
{
color: #C24642;
}
</style>
background-color css
<style>
a { background-color: #C24642; }
a { background-color: rgb(194,70,66); }
div.DivClassName
{
background-color: #C24642;
}
.BgClassName
{
background-color: #C24642;
}
</style>
border-color css
<style>
span { border-color: #C24642; }
span { border-color: rgb(194,70,66); }
td.TdClassName
{
border-color: #C24642;
}
.TagClassName
{
border-color: #C24642;
}
</style>