Shades of Chestnut #C04C41
Tints of Chestnut #C04C41
RGB
CMYK
RGB Variations
Color information
#C04C41 (or 0xC04C41) is known color: Chestnut. HEX triplet: C0, 4C and 41. RGB value is (192,76,65). Sum of RGB (Red+Green+Blue) = 192+76+65=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C41 is #3FB3BE. Grayscale: #6D6D6D. Windows color (decimal): -4174783 or 4279488. OLE color: 4279488.
HSL color Cylindrical-coordinate representation of color #C04C41: hue angle of 5.2º 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 #C04C41 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 65 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.25 |
| HSL | 5.2º | 0.5% | 0.5% | - |
| HSV(B) | 5.2º | 0.66% | 0.75% | - |
| XYZ | 25.28 | 16.76 | 6.9 | - |
| YUV | 109.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 65 | 0 | 0.60 | 0.66 | 0.25 | 5.2 | 0.5 | 0.5 |
| Hex | C0 | 4C | 41 | 0 | 3C | 42 | 19 | 5 | 32 | 32 |
| Octal | 300 | 114 | 101 | 0 | 74 | 102 | 31 | 5 | 62 | 62 |
| Binary | 11000000 | 1001100 | 1000001 | 0 | 111100 | 1000010 | 11001 | 101 | 110010 | 110010 |
Color Harmonies of #C04C41
Complementary color
Monochromatic Colors of #C04C41
Black with #C04C41
Text Example
Text Example
White with #C04C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C41; }
p { color: rgb(192,76,65); }
H1.HeaderClassName
{
color: #C04C41;
}
.AnyTagClassName
{
color: #C04C41;
}
</style>
background-color css
<style>
a { background-color: #C04C41; }
a { background-color: rgb(192,76,65); }
div.DivClassName
{
background-color: #C04C41;
}
.BgClassName
{
background-color: #C04C41;
}
</style>
border-color css
<style>
span { border-color: #C04C41; }
span { border-color: rgb(192,76,65); }
td.TdClassName
{
border-color: #C04C41;
}
.TagClassName
{
border-color: #C04C41;
}
</style>