Shades of Chestnut #C04840
Tints of Chestnut #C04840
RGB
CMYK
RGB Variations
Color information
#C04840 (or 0xC04840) is known color: Chestnut. HEX triplet: C0, 48 and 40. RGB value is (192,72,64). Sum of RGB (Red+Green+Blue) = 192+72+64=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04840 is #3FB7BF. Grayscale: #6B6B6B. Windows color (decimal): -4175808 or 4212928. OLE color: 4212928.
HSL color Cylindrical-coordinate representation of color #C04840: hue angle of 3.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04840 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 64 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.25 |
| HSL | 3.75º | 0.5% | 0.5% | - |
| HSV(B) | 3.75º | 0.67% | 0.75% | - |
| XYZ | 24.98 | 16.21 | 6.66 | - |
| YUV | 106.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 64 | 0 | 0.63 | 0.67 | 0.25 | 3.75 | 0.5 | 0.5 |
| Hex | C0 | 48 | 40 | 0 | 3F | 43 | 19 | 4 | 32 | 32 |
| Octal | 300 | 110 | 100 | 0 | 77 | 103 | 31 | 4 | 62 | 62 |
| Binary | 11000000 | 1001000 | 1000000 | 0 | 111111 | 1000011 | 11001 | 100 | 110010 | 110010 |
Color Harmonies of #C04840
Complementary color
Monochromatic Colors of #C04840
Black with #C04840
Text Example
Text Example
White with #C04840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04840; }
p { color: rgb(192,72,64); }
H1.HeaderClassName
{
color: #C04840;
}
.AnyTagClassName
{
color: #C04840;
}
</style>
background-color css
<style>
a { background-color: #C04840; }
a { background-color: rgb(192,72,64); }
div.DivClassName
{
background-color: #C04840;
}
.BgClassName
{
background-color: #C04840;
}
</style>
border-color css
<style>
span { border-color: #C04840; }
span { border-color: rgb(192,72,64); }
td.TdClassName
{
border-color: #C04840;
}
.TagClassName
{
border-color: #C04840;
}
</style>