Shades of Chestnut #C2443F
Tints of Chestnut #C2443F
RGB
CMYK
RGB Variations
Color information
#C2443F (or 0xC2443F) is known color: Chestnut. HEX triplet: C2, 44 and 3F. RGB value is (194,68,63). Sum of RGB (Red+Green+Blue) = 194+68+63=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2443F is #3DBBC0. Grayscale: #696969. Windows color (decimal): -4045761 or 4146370. OLE color: 4146370.
HSL color Cylindrical-coordinate representation of color #C2443F: hue angle of 2.29º 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 #C2443F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 63 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.24 |
| HSL | 2.29º | 0.52% | 0.5% | - |
| HSV(B) | 2.29º | 0.68% | 0.76% | - |
| XYZ | 25.21 | 15.96 | 6.45 | - |
| YUV | 105.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 63 | 0 | 0.65 | 0.68 | 0.24 | 2.29 | 0.52 | 0.5 |
| Hex | C2 | 44 | 3F | 0 | 41 | 44 | 18 | 2 | 34 | 32 |
| Octal | 302 | 104 | 77 | 0 | 101 | 104 | 30 | 2 | 64 | 62 |
| Binary | 11000010 | 1000100 | 111111 | 0 | 1000001 | 1000100 | 11000 | 10 | 110100 | 110010 |
Color Harmonies of #C2443F
Complementary color
Monochromatic Colors of #C2443F
Black with #C2443F
Text Example
Text Example
White with #C2443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2443F; }
p { color: rgb(194,68,63); }
H1.HeaderClassName
{
color: #C2443F;
}
.AnyTagClassName
{
color: #C2443F;
}
</style>
background-color css
<style>
a { background-color: #C2443F; }
a { background-color: rgb(194,68,63); }
div.DivClassName
{
background-color: #C2443F;
}
.BgClassName
{
background-color: #C2443F;
}
</style>
border-color css
<style>
span { border-color: #C2443F; }
span { border-color: rgb(194,68,63); }
td.TdClassName
{
border-color: #C2443F;
}
.TagClassName
{
border-color: #C2443F;
}
</style>