Shades of Chestnut #C04A43
Tints of Chestnut #C04A43
RGB
CMYK
RGB Variations
Color information
#C04A43 (or 0xC04A43) is known color: Chestnut. HEX triplet: C0, 4A and 43. RGB value is (192,74,67). Sum of RGB (Red+Green+Blue) = 192+74+67=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A43 is #3FB5BC. Grayscale: #6C6C6C. Windows color (decimal): -4175293 or 4410048. OLE color: 4410048.
HSL color Cylindrical-coordinate representation of color #C04A43: hue angle of 3.36º 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 #C04A43 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 67 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.25 |
| HSL | 3.36º | 0.5% | 0.51% | - |
| HSV(B) | 3.36º | 0.65% | 0.75% | - |
| XYZ | 25.2 | 16.51 | 7.17 | - |
| YUV | 108.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 67 | 0 | 0.61 | 0.65 | 0.25 | 3.36 | 0.5 | 0.51 |
| Hex | C0 | 4A | 43 | 0 | 3D | 41 | 19 | 3 | 32 | 33 |
| Octal | 300 | 112 | 103 | 0 | 75 | 101 | 31 | 3 | 62 | 63 |
| Binary | 11000000 | 1001010 | 1000011 | 0 | 111101 | 1000001 | 11001 | 11 | 110010 | 110011 |
Color Harmonies of #C04A43
Complementary color
Monochromatic Colors of #C04A43
Black with #C04A43
Text Example
Text Example
White with #C04A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A43; }
p { color: rgb(192,74,67); }
H1.HeaderClassName
{
color: #C04A43;
}
.AnyTagClassName
{
color: #C04A43;
}
</style>
background-color css
<style>
a { background-color: #C04A43; }
a { background-color: rgb(192,74,67); }
div.DivClassName
{
background-color: #C04A43;
}
.BgClassName
{
background-color: #C04A43;
}
</style>
border-color css
<style>
span { border-color: #C04A43; }
span { border-color: rgb(192,74,67); }
td.TdClassName
{
border-color: #C04A43;
}
.TagClassName
{
border-color: #C04A43;
}
</style>