Shades of Chestnut #C2413F
Tints of Chestnut #C2413F
RGB
CMYK
RGB Variations
Color information
#C2413F (or 0xC2413F) is known color: Chestnut. HEX triplet: C2, 41 and 3F. RGB value is (194,65,63). Sum of RGB (Red+Green+Blue) = 194+65+63=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2413F is #3DBEC0. Grayscale: #676767. Windows color (decimal): -4046529 or 4145602. OLE color: 4145602.
HSL color Cylindrical-coordinate representation of color #C2413F: hue angle of 0.92º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2413F is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 63 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.24 |
| HSL | 0.92º | 0.52% | 0.5% | - |
| HSV(B) | 0.92º | 0.68% | 0.76% | - |
| XYZ | 25.04 | 15.61 | 6.4 | - |
| YUV | 103.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 63 | 0 | 0.66 | 0.68 | 0.24 | 0.92 | 0.52 | 0.5 |
| Hex | C2 | 41 | 3F | 0 | 42 | 44 | 18 | 1 | 34 | 32 |
| Octal | 302 | 101 | 77 | 0 | 102 | 104 | 30 | 1 | 64 | 62 |
| Binary | 11000010 | 1000001 | 111111 | 0 | 1000010 | 1000100 | 11000 | 1 | 110100 | 110010 |
Color Harmonies of #C2413F
Complementary color
Monochromatic Colors of #C2413F
Black with #C2413F
Text Example
Text Example
White with #C2413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2413F; }
p { color: rgb(194,65,63); }
H1.HeaderClassName
{
color: #C2413F;
}
.AnyTagClassName
{
color: #C2413F;
}
</style>
background-color css
<style>
a { background-color: #C2413F; }
a { background-color: rgb(194,65,63); }
div.DivClassName
{
background-color: #C2413F;
}
.BgClassName
{
background-color: #C2413F;
}
</style>
border-color css
<style>
span { border-color: #C2413F; }
span { border-color: rgb(194,65,63); }
td.TdClassName
{
border-color: #C2413F;
}
.TagClassName
{
border-color: #C2413F;
}
</style>