Shades of Chestnut #C04A45
Tints of Chestnut #C04A45
RGB
CMYK
RGB Variations
Color information
#C04A45 (or 0xC04A45) is known color: Chestnut. HEX triplet: C0, 4A and 45. RGB value is (192,74,69). Sum of RGB (Red+Green+Blue) = 192+74+69=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A45 is #3FB5BA. Grayscale: #6C6C6C. Windows color (decimal): -4175291 or 4541120. OLE color: 4541120.
HSL color Cylindrical-coordinate representation of color #C04A45: hue angle of 2.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04A45 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 69 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.25 |
| HSL | 2.44º | 0.49% | 0.51% | - |
| HSV(B) | 2.44º | 0.64% | 0.75% | - |
| XYZ | 25.26 | 16.53 | 7.49 | - |
| YUV | 108.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 69 | 0 | 0.61 | 0.64 | 0.25 | 2.44 | 0.49 | 0.51 |
| Hex | C0 | 4A | 45 | 0 | 3D | 40 | 19 | 2 | 31 | 33 |
| Octal | 300 | 112 | 105 | 0 | 75 | 100 | 31 | 2 | 61 | 63 |
| Binary | 11000000 | 1001010 | 1000101 | 0 | 111101 | 1000000 | 11001 | 10 | 110001 | 110011 |
Color Harmonies of #C04A45
Complementary color
Monochromatic Colors of #C04A45
Black with #C04A45
Text Example
Text Example
White with #C04A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A45; }
p { color: rgb(192,74,69); }
H1.HeaderClassName
{
color: #C04A45;
}
.AnyTagClassName
{
color: #C04A45;
}
</style>
background-color css
<style>
a { background-color: #C04A45; }
a { background-color: rgb(192,74,69); }
div.DivClassName
{
background-color: #C04A45;
}
.BgClassName
{
background-color: #C04A45;
}
</style>
border-color css
<style>
span { border-color: #C04A45; }
span { border-color: rgb(192,74,69); }
td.TdClassName
{
border-color: #C04A45;
}
.TagClassName
{
border-color: #C04A45;
}
</style>