Shades of Chestnut #C04841
Tints of Chestnut #C04841
RGB
CMYK
RGB Variations
Color information
#C04841 (or 0xC04841) is known color: Chestnut. HEX triplet: C0, 48 and 41. RGB value is (192,72,65). Sum of RGB (Red+Green+Blue) = 192+72+65=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04841 is #3FB7BE. Grayscale: #6B6B6B. Windows color (decimal): -4175807 or 4278464. OLE color: 4278464.
HSL color Cylindrical-coordinate representation of color #C04841: hue angle of 3.31º 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 #C04841 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 65 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.25 |
| HSL | 3.31º | 0.5% | 0.5% | - |
| HSV(B) | 3.31º | 0.66% | 0.75% | - |
| XYZ | 25.01 | 16.22 | 6.81 | - |
| YUV | 107.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 65 | 0 | 0.63 | 0.66 | 0.25 | 3.31 | 0.5 | 0.5 |
| Hex | C0 | 48 | 41 | 0 | 3F | 42 | 19 | 3 | 32 | 32 |
| Octal | 300 | 110 | 101 | 0 | 77 | 102 | 31 | 3 | 62 | 62 |
| Binary | 11000000 | 1001000 | 1000001 | 0 | 111111 | 1000010 | 11001 | 11 | 110010 | 110010 |
Color Harmonies of #C04841
Complementary color
Monochromatic Colors of #C04841
Black with #C04841
Text Example
Text Example
White with #C04841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04841; }
p { color: rgb(192,72,65); }
H1.HeaderClassName
{
color: #C04841;
}
.AnyTagClassName
{
color: #C04841;
}
</style>
background-color css
<style>
a { background-color: #C04841; }
a { background-color: rgb(192,72,65); }
div.DivClassName
{
background-color: #C04841;
}
.BgClassName
{
background-color: #C04841;
}
</style>
border-color css
<style>
span { border-color: #C04841; }
span { border-color: rgb(192,72,65); }
td.TdClassName
{
border-color: #C04841;
}
.TagClassName
{
border-color: #C04841;
}
</style>