Shades of Chestnut #C04643
Tints of Chestnut #C04643
RGB
CMYK
RGB Variations
Color information
#C04643 (or 0xC04643) is known color: Chestnut. HEX triplet: C0, 46 and 43. RGB value is (192,70,67). Sum of RGB (Red+Green+Blue) = 192+70+67=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04643 is #3FB9BC. Grayscale: #6A6A6A. Windows color (decimal): -4176317 or 4409024. OLE color: 4409024.
HSL color Cylindrical-coordinate representation of color #C04643: hue angle of 1.44º 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 #C04643 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 67 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.25 |
| HSL | 1.44º | 0.5% | 0.51% | - |
| HSV(B) | 1.44º | 0.65% | 0.75% | - |
| XYZ | 24.94 | 15.99 | 7.08 | - |
| YUV | 106.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 67 | 0 | 0.64 | 0.65 | 0.25 | 1.44 | 0.5 | 0.51 |
| Hex | C0 | 46 | 43 | 0 | 40 | 41 | 19 | 1 | 32 | 33 |
| Octal | 300 | 106 | 103 | 0 | 100 | 101 | 31 | 1 | 62 | 63 |
| Binary | 11000000 | 1000110 | 1000011 | 0 | 1000000 | 1000001 | 11001 | 1 | 110010 | 110011 |
Color Harmonies of #C04643
Complementary color
Monochromatic Colors of #C04643
Black with #C04643
Text Example
Text Example
White with #C04643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04643; }
p { color: rgb(192,70,67); }
H1.HeaderClassName
{
color: #C04643;
}
.AnyTagClassName
{
color: #C04643;
}
</style>
background-color css
<style>
a { background-color: #C04643; }
a { background-color: rgb(192,70,67); }
div.DivClassName
{
background-color: #C04643;
}
.BgClassName
{
background-color: #C04643;
}
</style>
border-color css
<style>
span { border-color: #C04643; }
span { border-color: rgb(192,70,67); }
td.TdClassName
{
border-color: #C04643;
}
.TagClassName
{
border-color: #C04643;
}
</style>