Shades of Chestnut #C24641
Tints of Chestnut #C24641
RGB
CMYK
RGB Variations
Color information
#C24641 (or 0xC24641) is known color: Chestnut. HEX triplet: C2, 46 and 41. RGB value is (194,70,65). Sum of RGB (Red+Green+Blue) = 194+70+65=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24641 is #3DB9BE. Grayscale: #6A6A6A. Windows color (decimal): -4045247 or 4277954. OLE color: 4277954.
HSL color Cylindrical-coordinate representation of color #C24641: hue angle of 2.33º 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 #C24641 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 65 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.24 |
| HSL | 2.33º | 0.51% | 0.51% | - |
| HSV(B) | 2.33º | 0.66% | 0.76% | - |
| XYZ | 25.39 | 16.23 | 6.8 | - |
| YUV | 106.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 65 | 0 | 0.64 | 0.66 | 0.24 | 2.33 | 0.51 | 0.51 |
| Hex | C2 | 46 | 41 | 0 | 40 | 42 | 18 | 2 | 33 | 33 |
| Octal | 302 | 106 | 101 | 0 | 100 | 102 | 30 | 2 | 63 | 63 |
| Binary | 11000010 | 1000110 | 1000001 | 0 | 1000000 | 1000010 | 11000 | 10 | 110011 | 110011 |
Color Harmonies of #C24641
Complementary color
Monochromatic Colors of #C24641
Black with #C24641
Text Example
Text Example
White with #C24641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24641; }
p { color: rgb(194,70,65); }
H1.HeaderClassName
{
color: #C24641;
}
.AnyTagClassName
{
color: #C24641;
}
</style>
background-color css
<style>
a { background-color: #C24641; }
a { background-color: rgb(194,70,65); }
div.DivClassName
{
background-color: #C24641;
}
.BgClassName
{
background-color: #C24641;
}
</style>
border-color css
<style>
span { border-color: #C24641; }
span { border-color: rgb(194,70,65); }
td.TdClassName
{
border-color: #C24641;
}
.TagClassName
{
border-color: #C24641;
}
</style>