Shades of Chestnut #C0433E
Tints of Chestnut #C0433E
RGB
CMYK
RGB Variations
Color information
#C0433E (or 0xC0433E) is known color: Chestnut. HEX triplet: C0, 43 and 3E. RGB value is (192,67,62). Sum of RGB (Red+Green+Blue) = 192+67+62=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0433E is #3FBCC1. Grayscale: #676767. Windows color (decimal): -4177090 or 4080576. OLE color: 4080576.
HSL color Cylindrical-coordinate representation of color #C0433E: hue angle of 2.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0433E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 62 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.25 |
| HSL | 2.31º | 0.51% | 0.5% | - |
| HSV(B) | 2.31º | 0.68% | 0.75% | - |
| XYZ | 24.61 | 15.57 | 6.27 | - |
| YUV | 103.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 62 | 0 | 0.65 | 0.68 | 0.25 | 2.31 | 0.51 | 0.5 |
| Hex | C0 | 43 | 3E | 0 | 41 | 44 | 19 | 2 | 33 | 32 |
| Octal | 300 | 103 | 76 | 0 | 101 | 104 | 31 | 2 | 63 | 62 |
| Binary | 11000000 | 1000011 | 111110 | 0 | 1000001 | 1000100 | 11001 | 10 | 110011 | 110010 |
Color Harmonies of #C0433E
Complementary color
Monochromatic Colors of #C0433E
Black with #C0433E
Text Example
Text Example
White with #C0433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0433E; }
p { color: rgb(192,67,62); }
H1.HeaderClassName
{
color: #C0433E;
}
.AnyTagClassName
{
color: #C0433E;
}
</style>
background-color css
<style>
a { background-color: #C0433E; }
a { background-color: rgb(192,67,62); }
div.DivClassName
{
background-color: #C0433E;
}
.BgClassName
{
background-color: #C0433E;
}
</style>
border-color css
<style>
span { border-color: #C0433E; }
span { border-color: rgb(192,67,62); }
td.TdClassName
{
border-color: #C0433E;
}
.TagClassName
{
border-color: #C0433E;
}
</style>