Shades of Chestnut #C04443
Tints of Chestnut #C04443
RGB
CMYK
RGB Variations
Color information
#C04443 (or 0xC04443) is known color: Chestnut. HEX triplet: C0, 44 and 43. RGB value is (192,68,67). Sum of RGB (Red+Green+Blue) = 192+68+67=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04443 is #3FBBBC. Grayscale: #696969. Windows color (decimal): -4176829 or 4408512. OLE color: 4408512.
HSL color Cylindrical-coordinate representation of color #C04443: hue angle of 0.48º 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 #C04443 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 67 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.25 |
| HSL | 0.48º | 0.5% | 0.51% | - |
| HSV(B) | 0.48º | 0.65% | 0.75% | - |
| XYZ | 24.82 | 15.75 | 7.04 | - |
| YUV | 104.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 67 | 0 | 0.65 | 0.65 | 0.25 | 0.48 | 0.5 | 0.51 |
| Hex | C0 | 44 | 43 | 0 | 41 | 41 | 19 | 0 | 32 | 33 |
| Octal | 300 | 104 | 103 | 0 | 101 | 101 | 31 | 0 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1000011 | 0 | 1000001 | 1000001 | 11001 | 0 | 110010 | 110011 |
Color Harmonies of #C04443
Complementary color
Monochromatic Colors of #C04443
Black with #C04443
Text Example
Text Example
White with #C04443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04443; }
p { color: rgb(192,68,67); }
H1.HeaderClassName
{
color: #C04443;
}
.AnyTagClassName
{
color: #C04443;
}
</style>
background-color css
<style>
a { background-color: #C04443; }
a { background-color: rgb(192,68,67); }
div.DivClassName
{
background-color: #C04443;
}
.BgClassName
{
background-color: #C04443;
}
</style>
border-color css
<style>
span { border-color: #C04443; }
span { border-color: rgb(192,68,67); }
td.TdClassName
{
border-color: #C04443;
}
.TagClassName
{
border-color: #C04443;
}
</style>