Shades of Chestnut #C24540
Tints of Chestnut #C24540
RGB
CMYK
RGB Variations
Color information
#C24540 (or 0xC24540) is known color: Chestnut. HEX triplet: C2, 45 and 40. RGB value is (194,69,64). Sum of RGB (Red+Green+Blue) = 194+69+64=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C24540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24540 is #3DBABF. Grayscale: #696969. Windows color (decimal): -4045504 or 4212162. OLE color: 4212162.
HSL color Cylindrical-coordinate representation of color #C24540: hue angle of 2.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24540 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 64 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.24 |
| HSL | 2.31º | 0.52% | 0.51% | - |
| HSV(B) | 2.31º | 0.67% | 0.76% | - |
| XYZ | 25.3 | 16.1 | 6.62 | - |
| YUV | 105.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 64 | 0 | 0.64 | 0.67 | 0.24 | 2.31 | 0.52 | 0.51 |
| Hex | C2 | 45 | 40 | 0 | 40 | 43 | 18 | 2 | 34 | 33 |
| Octal | 302 | 105 | 100 | 0 | 100 | 103 | 30 | 2 | 64 | 63 |
| Binary | 11000010 | 1000101 | 1000000 | 0 | 1000000 | 1000011 | 11000 | 10 | 110100 | 110011 |
Color Harmonies of #C24540
Complementary color
Monochromatic Colors of #C24540
Black with #C24540
Text Example
Text Example
White with #C24540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24540; }
p { color: rgb(194,69,64); }
H1.HeaderClassName
{
color: #C24540;
}
.AnyTagClassName
{
color: #C24540;
}
</style>
background-color css
<style>
a { background-color: #C24540; }
a { background-color: rgb(194,69,64); }
div.DivClassName
{
background-color: #C24540;
}
.BgClassName
{
background-color: #C24540;
}
</style>
border-color css
<style>
span { border-color: #C24540; }
span { border-color: rgb(194,69,64); }
td.TdClassName
{
border-color: #C24540;
}
.TagClassName
{
border-color: #C24540;
}
</style>