Shades of Chestnut #C04A44
Tints of Chestnut #C04A44
RGB
CMYK
RGB Variations
Color information
#C04A44 (or 0xC04A44) is known color: Chestnut. HEX triplet: C0, 4A and 44. RGB value is (192,74,68). Sum of RGB (Red+Green+Blue) = 192+74+68=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A44 is #3FB5BB. Grayscale: #6C6C6C. Windows color (decimal): -4175292 or 4475584. OLE color: 4475584.
HSL color Cylindrical-coordinate representation of color #C04A44: hue angle of 2.9º 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 #C04A44 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 68 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.25 |
| HSL | 2.9º | 0.5% | 0.51% | - |
| HSV(B) | 2.9º | 0.65% | 0.75% | - |
| XYZ | 25.23 | 16.52 | 7.33 | - |
| YUV | 108.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 68 | 0 | 0.61 | 0.65 | 0.25 | 2.9 | 0.5 | 0.51 |
| Hex | C0 | 4A | 44 | 0 | 3D | 41 | 19 | 3 | 32 | 33 |
| Octal | 300 | 112 | 104 | 0 | 75 | 101 | 31 | 3 | 62 | 63 |
| Binary | 11000000 | 1001010 | 1000100 | 0 | 111101 | 1000001 | 11001 | 11 | 110010 | 110011 |
Color Harmonies of #C04A44
Complementary color
Monochromatic Colors of #C04A44
Black with #C04A44
Text Example
Text Example
White with #C04A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A44; }
p { color: rgb(192,74,68); }
H1.HeaderClassName
{
color: #C04A44;
}
.AnyTagClassName
{
color: #C04A44;
}
</style>
background-color css
<style>
a { background-color: #C04A44; }
a { background-color: rgb(192,74,68); }
div.DivClassName
{
background-color: #C04A44;
}
.BgClassName
{
background-color: #C04A44;
}
</style>
border-color css
<style>
span { border-color: #C04A44; }
span { border-color: rgb(192,74,68); }
td.TdClassName
{
border-color: #C04A44;
}
.TagClassName
{
border-color: #C04A44;
}
</style>