Shades of Chestnut #C44141
Tints of Chestnut #C44141
RGB
CMYK
RGB Variations
Color information
#C44141 (or 0xC44141) is known color: Chestnut. HEX triplet: C4, 41 and 41. RGB value is (196,65,65). Sum of RGB (Red+Green+Blue) = 196+65+65=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C44141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44141 is #3BBEBE. Grayscale: #686868. Windows color (decimal): -3915455 or 4276676. OLE color: 4276676.
HSL color Cylindrical-coordinate representation of color #C44141: hue angle of 0º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44141 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 65 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.23 |
| HSL | 0º | 0.53% | 0.51% | - |
| HSV(B) | 0º | 0.67% | 0.77% | - |
| XYZ | 25.61 | 15.9 | 6.72 | - |
| YUV | 104.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 65 | 0 | 0.67 | 0.67 | 0.23 | 0 | 0.53 | 0.51 |
| Hex | C4 | 41 | 41 | 0 | 43 | 43 | 17 | 0 | 35 | 33 |
| Octal | 304 | 101 | 101 | 0 | 103 | 103 | 27 | 0 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1000001 | 0 | 1000011 | 1000011 | 10111 | 0 | 110101 | 110011 |
Color Harmonies of #C44141
Complementary color
Monochromatic Colors of #C44141
Black with #C44141
Text Example
Text Example
White with #C44141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44141; }
p { color: rgb(196,65,65); }
H1.HeaderClassName
{
color: #C44141;
}
.AnyTagClassName
{
color: #C44141;
}
</style>
background-color css
<style>
a { background-color: #C44141; }
a { background-color: rgb(196,65,65); }
div.DivClassName
{
background-color: #C44141;
}
.BgClassName
{
background-color: #C44141;
}
</style>
border-color css
<style>
span { border-color: #C44141; }
span { border-color: rgb(196,65,65); }
td.TdClassName
{
border-color: #C44141;
}
.TagClassName
{
border-color: #C44141;
}
</style>