Shades of Chestnut #C24544
Tints of Chestnut #C24544
RGB
CMYK
RGB Variations
Color information
#C24544 (or 0xC24544) is known color: Chestnut. HEX triplet: C2, 45 and 44. RGB value is (194,69,68). Sum of RGB (Red+Green+Blue) = 194+69+68=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24544 is #3DBABB. Grayscale: #6A6A6A. Windows color (decimal): -4045500 or 4474306. OLE color: 4474306.
HSL color Cylindrical-coordinate representation of color #C24544: hue angle of 0.48º 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 #C24544 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 68 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.24 |
| HSL | 0.48º | 0.51% | 0.51% | - |
| HSV(B) | 0.48º | 0.65% | 0.76% | - |
| XYZ | 25.42 | 16.14 | 7.24 | - |
| YUV | 106.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 68 | 0 | 0.64 | 0.65 | 0.24 | 0.48 | 0.51 | 0.51 |
| Hex | C2 | 45 | 44 | 0 | 40 | 41 | 18 | 0 | 33 | 33 |
| Octal | 302 | 105 | 104 | 0 | 100 | 101 | 30 | 0 | 63 | 63 |
| Binary | 11000010 | 1000101 | 1000100 | 0 | 1000000 | 1000001 | 11000 | 0 | 110011 | 110011 |
Color Harmonies of #C24544
Complementary color
Monochromatic Colors of #C24544
Black with #C24544
Text Example
Text Example
White with #C24544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24544; }
p { color: rgb(194,69,68); }
H1.HeaderClassName
{
color: #C24544;
}
.AnyTagClassName
{
color: #C24544;
}
</style>
background-color css
<style>
a { background-color: #C24544; }
a { background-color: rgb(194,69,68); }
div.DivClassName
{
background-color: #C24544;
}
.BgClassName
{
background-color: #C24544;
}
</style>
border-color css
<style>
span { border-color: #C24544; }
span { border-color: rgb(194,69,68); }
td.TdClassName
{
border-color: #C24544;
}
.TagClassName
{
border-color: #C24544;
}
</style>