Shades of Chestnut #C34441
Tints of Chestnut #C34441
RGB
CMYK
RGB Variations
Color information
#C34441 (or 0xC34441) is known color: Chestnut. HEX triplet: C3, 44 and 41. RGB value is (195,68,65). Sum of RGB (Red+Green+Blue) = 195+68+65=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34441 is #3CBBBE. Grayscale: #696969. Windows color (decimal): -3980223 or 4277443. OLE color: 4277443.
HSL color Cylindrical-coordinate representation of color #C34441: hue angle of 1.38º 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 #C34441 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 65 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.24 |
| HSL | 1.38º | 0.52% | 0.51% | - |
| HSV(B) | 1.38º | 0.67% | 0.76% | - |
| XYZ | 25.53 | 16.12 | 6.77 | - |
| YUV | 105.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 65 | 0 | 0.65 | 0.67 | 0.24 | 1.38 | 0.52 | 0.51 |
| Hex | C3 | 44 | 41 | 0 | 41 | 43 | 18 | 1 | 34 | 33 |
| Octal | 303 | 104 | 101 | 0 | 101 | 103 | 30 | 1 | 64 | 63 |
| Binary | 11000011 | 1000100 | 1000001 | 0 | 1000001 | 1000011 | 11000 | 1 | 110100 | 110011 |
Color Harmonies of #C34441
Complementary color
Monochromatic Colors of #C34441
Black with #C34441
Text Example
Text Example
White with #C34441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34441; }
p { color: rgb(195,68,65); }
H1.HeaderClassName
{
color: #C34441;
}
.AnyTagClassName
{
color: #C34441;
}
</style>
background-color css
<style>
a { background-color: #C34441; }
a { background-color: rgb(195,68,65); }
div.DivClassName
{
background-color: #C34441;
}
.BgClassName
{
background-color: #C34441;
}
</style>
border-color css
<style>
span { border-color: #C34441; }
span { border-color: rgb(195,68,65); }
td.TdClassName
{
border-color: #C34441;
}
.TagClassName
{
border-color: #C34441;
}
</style>