Shades of Chestnut #C34140
Tints of Chestnut #C34140
RGB
CMYK
RGB Variations
Color information
#C34140 (or 0xC34140) is known color: Chestnut. HEX triplet: C3, 41 and 40. RGB value is (195,65,64). Sum of RGB (Red+Green+Blue) = 195+65+64=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C34140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34140 is #3CBEBF. Grayscale: #676767. Windows color (decimal): -3980992 or 4211139. OLE color: 4211139.
HSL color Cylindrical-coordinate representation of color #C34140: hue angle of 0.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34140 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 64 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.24 |
| HSL | 0.46º | 0.52% | 0.51% | - |
| HSV(B) | 0.46º | 0.67% | 0.76% | - |
| XYZ | 25.32 | 15.75 | 6.56 | - |
| YUV | 103.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 64 | 0 | 0.67 | 0.67 | 0.24 | 0.46 | 0.52 | 0.51 |
| Hex | C3 | 41 | 40 | 0 | 43 | 43 | 18 | 0 | 34 | 33 |
| Octal | 303 | 101 | 100 | 0 | 103 | 103 | 30 | 0 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1000000 | 0 | 1000011 | 1000011 | 11000 | 0 | 110100 | 110011 |
Color Harmonies of #C34140
Complementary color
Monochromatic Colors of #C34140
Black with #C34140
Text Example
Text Example
White with #C34140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34140; }
p { color: rgb(195,65,64); }
H1.HeaderClassName
{
color: #C34140;
}
.AnyTagClassName
{
color: #C34140;
}
</style>
background-color css
<style>
a { background-color: #C34140; }
a { background-color: rgb(195,65,64); }
div.DivClassName
{
background-color: #C34140;
}
.BgClassName
{
background-color: #C34140;
}
</style>
border-color css
<style>
span { border-color: #C34140; }
span { border-color: rgb(195,65,64); }
td.TdClassName
{
border-color: #C34140;
}
.TagClassName
{
border-color: #C34140;
}
</style>