Shades of Chestnut #C0443F
Tints of Chestnut #C0443F
RGB
CMYK
RGB Variations
Color information
#C0443F (or 0xC0443F) is known color: Chestnut. HEX triplet: C0, 44 and 3F. RGB value is (192,68,63). Sum of RGB (Red+Green+Blue) = 192+68+63=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0443F is #3FBBC0. Grayscale: #686868. Windows color (decimal): -4176833 or 4146368. OLE color: 4146368.
HSL color Cylindrical-coordinate representation of color #C0443F: hue angle of 2.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0443F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 63 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.25 |
| HSL | 2.33º | 0.51% | 0.5% | - |
| HSV(B) | 2.33º | 0.67% | 0.75% | - |
| XYZ | 24.7 | 15.7 | 6.43 | - |
| YUV | 104.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 63 | 0 | 0.65 | 0.67 | 0.25 | 2.33 | 0.51 | 0.5 |
| Hex | C0 | 44 | 3F | 0 | 41 | 43 | 19 | 2 | 33 | 32 |
| Octal | 300 | 104 | 77 | 0 | 101 | 103 | 31 | 2 | 63 | 62 |
| Binary | 11000000 | 1000100 | 111111 | 0 | 1000001 | 1000011 | 11001 | 10 | 110011 | 110010 |
Color Harmonies of #C0443F
Complementary color
Monochromatic Colors of #C0443F
Black with #C0443F
Text Example
Text Example
White with #C0443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0443F; }
p { color: rgb(192,68,63); }
H1.HeaderClassName
{
color: #C0443F;
}
.AnyTagClassName
{
color: #C0443F;
}
</style>
background-color css
<style>
a { background-color: #C0443F; }
a { background-color: rgb(192,68,63); }
div.DivClassName
{
background-color: #C0443F;
}
.BgClassName
{
background-color: #C0443F;
}
</style>
border-color css
<style>
span { border-color: #C0443F; }
span { border-color: rgb(192,68,63); }
td.TdClassName
{
border-color: #C0443F;
}
.TagClassName
{
border-color: #C0443F;
}
</style>