Shades of Chestnut #C24342
Tints of Chestnut #C24342
RGB
CMYK
RGB Variations
Color information
#C24342 (or 0xC24342) is known color: Chestnut. HEX triplet: C2, 43 and 42. RGB value is (194,67,66). Sum of RGB (Red+Green+Blue) = 194+67+66=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24342 is #3DBCBD. Grayscale: #686868. Windows color (decimal): -4046014 or 4342722. OLE color: 4342722.
HSL color Cylindrical-coordinate representation of color #C24342: hue angle of 0.47º 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 #C24342 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 66 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.24 |
| HSL | 0.47º | 0.51% | 0.51% | - |
| HSV(B) | 0.47º | 0.66% | 0.76% | - |
| XYZ | 25.24 | 15.88 | 6.89 | - |
| YUV | 104.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 66 | 0 | 0.65 | 0.66 | 0.24 | 0.47 | 0.51 | 0.51 |
| Hex | C2 | 43 | 42 | 0 | 41 | 42 | 18 | 0 | 33 | 33 |
| Octal | 302 | 103 | 102 | 0 | 101 | 102 | 30 | 0 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1000010 | 0 | 1000001 | 1000010 | 11000 | 0 | 110011 | 110011 |
Color Harmonies of #C24342
Complementary color
Monochromatic Colors of #C24342
Black with #C24342
Text Example
Text Example
White with #C24342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24342; }
p { color: rgb(194,67,66); }
H1.HeaderClassName
{
color: #C24342;
}
.AnyTagClassName
{
color: #C24342;
}
</style>
background-color css
<style>
a { background-color: #C24342; }
a { background-color: rgb(194,67,66); }
div.DivClassName
{
background-color: #C24342;
}
.BgClassName
{
background-color: #C24342;
}
</style>
border-color css
<style>
span { border-color: #C24342; }
span { border-color: rgb(194,67,66); }
td.TdClassName
{
border-color: #C24342;
}
.TagClassName
{
border-color: #C24342;
}
</style>