Shades of Red Damask #C37652
Tints of Red Damask #C37652
RGB
CMYK
RGB Variations
Color information
#C37652 (or 0xC37652) is known color: Red Damask. HEX triplet: C3, 76 and 52. RGB value is (195,118,82). Sum of RGB (Red+Green+Blue) = 195+118+82=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37652 is #3C89AD. Grayscale: #898989. Windows color (decimal): -3967406 or 5404355. OLE color: 5404355.
HSL color Cylindrical-coordinate representation of color #C37652: hue angle of 19.12º 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 #C37652 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 82 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.24 |
| HSL | 19.12º | 0.48% | 0.54% | - |
| HSV(B) | 19.12º | 0.58% | 0.76% | - |
| XYZ | 30.51 | 25.17 | 11.23 | - |
| YUV | 136.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 82 | 0 | 0.39 | 0.58 | 0.24 | 19.12 | 0.48 | 0.54 |
| Hex | C3 | 76 | 52 | 0 | 27 | 3A | 18 | 13 | 30 | 36 |
| Octal | 303 | 166 | 122 | 0 | 47 | 72 | 30 | 23 | 60 | 66 |
| Binary | 11000011 | 1110110 | 1010010 | 0 | 100111 | 111010 | 11000 | 10011 | 110000 | 110110 |
Color Harmonies of #C37652
Complementary color
Monochromatic Colors of #C37652
Black with #C37652
Text Example
Text Example
White with #C37652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37652; }
p { color: rgb(195,118,82); }
H1.HeaderClassName
{
color: #C37652;
}
.AnyTagClassName
{
color: #C37652;
}
</style>
background-color css
<style>
a { background-color: #C37652; }
a { background-color: rgb(195,118,82); }
div.DivClassName
{
background-color: #C37652;
}
.BgClassName
{
background-color: #C37652;
}
</style>
border-color css
<style>
span { border-color: #C37652; }
span { border-color: rgb(195,118,82); }
td.TdClassName
{
border-color: #C37652;
}
.TagClassName
{
border-color: #C37652;
}
</style>