Shades of Chestnut #C1473F
Tints of Chestnut #C1473F
RGB
CMYK
RGB Variations
Color information
#C1473F (or 0xC1473F) is known color: Chestnut. HEX triplet: C1, 47 and 3F. RGB value is (193,71,63). Sum of RGB (Red+Green+Blue) = 193+71+63=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1473F is #3EB8C0. Grayscale: #6A6A6A. Windows color (decimal): -4110529 or 4147137. OLE color: 4147137.
HSL color Cylindrical-coordinate representation of color #C1473F: hue angle of 3.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1473F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 63 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.24 |
| HSL | 3.69º | 0.51% | 0.5% | - |
| HSV(B) | 3.69º | 0.67% | 0.76% | - |
| XYZ | 25.14 | 16.2 | 6.5 | - |
| YUV | 106.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 63 | 0 | 0.63 | 0.67 | 0.24 | 3.69 | 0.51 | 0.5 |
| Hex | C1 | 47 | 3F | 0 | 3F | 43 | 18 | 4 | 33 | 32 |
| Octal | 301 | 107 | 77 | 0 | 77 | 103 | 30 | 4 | 63 | 62 |
| Binary | 11000001 | 1000111 | 111111 | 0 | 111111 | 1000011 | 11000 | 100 | 110011 | 110010 |
Color Harmonies of #C1473F
Complementary color
Monochromatic Colors of #C1473F
Black with #C1473F
Text Example
Text Example
White with #C1473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1473F; }
p { color: rgb(193,71,63); }
H1.HeaderClassName
{
color: #C1473F;
}
.AnyTagClassName
{
color: #C1473F;
}
</style>
background-color css
<style>
a { background-color: #C1473F; }
a { background-color: rgb(193,71,63); }
div.DivClassName
{
background-color: #C1473F;
}
.BgClassName
{
background-color: #C1473F;
}
</style>
border-color css
<style>
span { border-color: #C1473F; }
span { border-color: rgb(193,71,63); }
td.TdClassName
{
border-color: #C1473F;
}
.TagClassName
{
border-color: #C1473F;
}
</style>