Shades of Chestnut #C24343
Tints of Chestnut #C24343
RGB
CMYK
RGB Variations
Color information
#C24343 (or 0xC24343) is known color: Chestnut. HEX triplet: C2, 43 and 43. RGB value is (194,67,67). Sum of RGB (Red+Green+Blue) = 194+67+67=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C24343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24343 is #3DBCBC. Grayscale: #696969. Windows color (decimal): -4046013 or 4408258. OLE color: 4408258.
HSL color Cylindrical-coordinate representation of color #C24343: hue angle of 0º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24343 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 67 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.24 |
| HSL | 0º | 0.51% | 0.51% | - |
| HSV(B) | 0º | 0.65% | 0.76% | - |
| XYZ | 25.27 | 15.89 | 7.05 | - |
| YUV | 104.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 67 | 0 | 0.65 | 0.65 | 0.24 | 0 | 0.51 | 0.51 |
| Hex | C2 | 43 | 43 | 0 | 41 | 41 | 18 | 0 | 33 | 33 |
| Octal | 302 | 103 | 103 | 0 | 101 | 101 | 30 | 0 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1000011 | 0 | 1000001 | 1000001 | 11000 | 0 | 110011 | 110011 |
Color Harmonies of #C24343
Complementary color
Monochromatic Colors of #C24343
Black with #C24343
Text Example
Text Example
White with #C24343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24343; }
p { color: rgb(194,67,67); }
H1.HeaderClassName
{
color: #C24343;
}
.AnyTagClassName
{
color: #C24343;
}
</style>
background-color css
<style>
a { background-color: #C24343; }
a { background-color: rgb(194,67,67); }
div.DivClassName
{
background-color: #C24343;
}
.BgClassName
{
background-color: #C24343;
}
</style>
border-color css
<style>
span { border-color: #C24343; }
span { border-color: rgb(194,67,67); }
td.TdClassName
{
border-color: #C24343;
}
.TagClassName
{
border-color: #C24343;
}
</style>