Shades of Chestnut #C04642
Tints of Chestnut #C04642
RGB
CMYK
RGB Variations
Color information
#C04642 (or 0xC04642) is known color: Chestnut. HEX triplet: C0, 46 and 42. RGB value is (192,70,66). Sum of RGB (Red+Green+Blue) = 192+70+66=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04642 is #3FB9BD. Grayscale: #6A6A6A. Windows color (decimal): -4176318 or 4343488. OLE color: 4343488.
HSL color Cylindrical-coordinate representation of color #C04642: hue angle of 1.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04642 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 66 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.25 |
| HSL | 1.9º | 0.5% | 0.51% | - |
| HSV(B) | 1.9º | 0.66% | 0.75% | - |
| XYZ | 24.91 | 15.98 | 6.93 | - |
| YUV | 106.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 66 | 0 | 0.64 | 0.66 | 0.25 | 1.9 | 0.5 | 0.51 |
| Hex | C0 | 46 | 42 | 0 | 40 | 42 | 19 | 2 | 32 | 33 |
| Octal | 300 | 106 | 102 | 0 | 100 | 102 | 31 | 2 | 62 | 63 |
| Binary | 11000000 | 1000110 | 1000010 | 0 | 1000000 | 1000010 | 11001 | 10 | 110010 | 110011 |
Color Harmonies of #C04642
Complementary color
Monochromatic Colors of #C04642
Black with #C04642
Text Example
Text Example
White with #C04642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04642; }
p { color: rgb(192,70,66); }
H1.HeaderClassName
{
color: #C04642;
}
.AnyTagClassName
{
color: #C04642;
}
</style>
background-color css
<style>
a { background-color: #C04642; }
a { background-color: rgb(192,70,66); }
div.DivClassName
{
background-color: #C04642;
}
.BgClassName
{
background-color: #C04642;
}
</style>
border-color css
<style>
span { border-color: #C04642; }
span { border-color: rgb(192,70,66); }
td.TdClassName
{
border-color: #C04642;
}
.TagClassName
{
border-color: #C04642;
}
</style>