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