Shades of Chestnut #C04444
Tints of Chestnut #C04444
RGB
CMYK
RGB Variations
Color information
#C04444 (or 0xC04444) is known color: Chestnut. HEX triplet: C0, 44 and 44. RGB value is (192,68,68). Sum of RGB (Red+Green+Blue) = 192+68+68=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04444 is #3FBBBB. Grayscale: #696969. Windows color (decimal): -4176828 or 4474048. OLE color: 4474048.
HSL color Cylindrical-coordinate representation of color #C04444: hue angle of 0º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04444 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 68 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.25 |
| HSL | 0º | 0.5% | 0.51% | - |
| HSV(B) | 0º | 0.65% | 0.75% | - |
| XYZ | 24.85 | 15.76 | 7.2 | - |
| YUV | 105.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 68 | 0 | 0.65 | 0.65 | 0.25 | 0 | 0.5 | 0.51 |
| Hex | C0 | 44 | 44 | 0 | 41 | 41 | 19 | 0 | 32 | 33 |
| Octal | 300 | 104 | 104 | 0 | 101 | 101 | 31 | 0 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1000100 | 0 | 1000001 | 1000001 | 11001 | 0 | 110010 | 110011 |
Color Harmonies of #C04444
Complementary color
Monochromatic Colors of #C04444
Black with #C04444
Text Example
Text Example
White with #C04444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04444; }
p { color: rgb(192,68,68); }
H1.HeaderClassName
{
color: #C04444;
}
.AnyTagClassName
{
color: #C04444;
}
</style>
background-color css
<style>
a { background-color: #C04444; }
a { background-color: rgb(192,68,68); }
div.DivClassName
{
background-color: #C04444;
}
.BgClassName
{
background-color: #C04444;
}
</style>
border-color css
<style>
span { border-color: #C04444; }
span { border-color: rgb(192,68,68); }
td.TdClassName
{
border-color: #C04444;
}
.TagClassName
{
border-color: #C04444;
}
</style>