Shades of Red Damask #C37452
Tints of Red Damask #C37452
RGB
CMYK
RGB Variations
Color information
#C37452 (or 0xC37452) is known color: Red Damask. HEX triplet: C3, 74 and 52. RGB value is (195,116,82). Sum of RGB (Red+Green+Blue) = 195+116+82=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37452 is #3C8BAD. Grayscale: #878787. Windows color (decimal): -3967918 or 5403843. OLE color: 5403843.
HSL color Cylindrical-coordinate representation of color #C37452: hue angle of 18.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C37452 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 82 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.24 |
| HSL | 18.05º | 0.48% | 0.54% | - |
| HSV(B) | 18.05º | 0.58% | 0.76% | - |
| XYZ | 30.27 | 24.7 | 11.16 | - |
| YUV | 135.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 82 | 0 | 0.41 | 0.58 | 0.24 | 18.05 | 0.48 | 0.54 |
| Hex | C3 | 74 | 52 | 0 | 29 | 3A | 18 | 12 | 30 | 36 |
| Octal | 303 | 164 | 122 | 0 | 51 | 72 | 30 | 22 | 60 | 66 |
| Binary | 11000011 | 1110100 | 1010010 | 0 | 101001 | 111010 | 11000 | 10010 | 110000 | 110110 |
Color Harmonies of #C37452
Complementary color
Monochromatic Colors of #C37452
Black with #C37452
Text Example
Text Example
White with #C37452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37452; }
p { color: rgb(195,116,82); }
H1.HeaderClassName
{
color: #C37452;
}
.AnyTagClassName
{
color: #C37452;
}
</style>
background-color css
<style>
a { background-color: #C37452; }
a { background-color: rgb(195,116,82); }
div.DivClassName
{
background-color: #C37452;
}
.BgClassName
{
background-color: #C37452;
}
</style>
border-color css
<style>
span { border-color: #C37452; }
span { border-color: rgb(195,116,82); }
td.TdClassName
{
border-color: #C37452;
}
.TagClassName
{
border-color: #C37452;
}
</style>