Shades of Chestnut #C04741
Tints of Chestnut #C04741
RGB
CMYK
RGB Variations
Color information
#C04741 (or 0xC04741) is known color: Chestnut. HEX triplet: C0, 47 and 41. RGB value is (192,71,65). Sum of RGB (Red+Green+Blue) = 192+71+65=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04741 is #3FB8BE. Grayscale: #6A6A6A. Windows color (decimal): -4176063 or 4278208. OLE color: 4278208.
HSL color Cylindrical-coordinate representation of color #C04741: hue angle of 2.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04741 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 65 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.25 |
| HSL | 2.83º | 0.5% | 0.5% | - |
| HSV(B) | 2.83º | 0.66% | 0.75% | - |
| XYZ | 24.95 | 16.09 | 6.79 | - |
| YUV | 106.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 65 | 0 | 0.63 | 0.66 | 0.25 | 2.83 | 0.5 | 0.5 |
| Hex | C0 | 47 | 41 | 0 | 3F | 42 | 19 | 3 | 32 | 32 |
| Octal | 300 | 107 | 101 | 0 | 77 | 102 | 31 | 3 | 62 | 62 |
| Binary | 11000000 | 1000111 | 1000001 | 0 | 111111 | 1000010 | 11001 | 11 | 110010 | 110010 |
Color Harmonies of #C04741
Complementary color
Monochromatic Colors of #C04741
Black with #C04741
Text Example
Text Example
White with #C04741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04741; }
p { color: rgb(192,71,65); }
H1.HeaderClassName
{
color: #C04741;
}
.AnyTagClassName
{
color: #C04741;
}
</style>
background-color css
<style>
a { background-color: #C04741; }
a { background-color: rgb(192,71,65); }
div.DivClassName
{
background-color: #C04741;
}
.BgClassName
{
background-color: #C04741;
}
</style>
border-color css
<style>
span { border-color: #C04741; }
span { border-color: rgb(192,71,65); }
td.TdClassName
{
border-color: #C04741;
}
.TagClassName
{
border-color: #C04741;
}
</style>