Shades of Red Damask #C37853
Tints of Red Damask #C37853
RGB
CMYK
RGB Variations
Color information
#C37853 (or 0xC37853) is known color: Red Damask. HEX triplet: C3, 78 and 53. RGB value is (195,120,83). Sum of RGB (Red+Green+Blue) = 195+120+83=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37853 is #3C87AC. Grayscale: #8A8A8A. Windows color (decimal): -3966893 or 5470403. OLE color: 5470403.
HSL color Cylindrical-coordinate representation of color #C37853: hue angle of 19.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C37853 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 83 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.24 |
| HSL | 19.82º | 0.48% | 0.55% | - |
| HSV(B) | 19.82º | 0.57% | 0.76% | - |
| XYZ | 30.78 | 25.66 | 11.51 | - |
| YUV | 138.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 83 | 0 | 0.38 | 0.57 | 0.24 | 19.82 | 0.48 | 0.55 |
| Hex | C3 | 78 | 53 | 0 | 26 | 39 | 18 | 14 | 30 | 37 |
| Octal | 303 | 170 | 123 | 0 | 46 | 71 | 30 | 24 | 60 | 67 |
| Binary | 11000011 | 1111000 | 1010011 | 0 | 100110 | 111001 | 11000 | 10100 | 110000 | 110111 |
Color Harmonies of #C37853
Complementary color
Monochromatic Colors of #C37853
Black with #C37853
Text Example
Text Example
White with #C37853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37853; }
p { color: rgb(195,120,83); }
H1.HeaderClassName
{
color: #C37853;
}
.AnyTagClassName
{
color: #C37853;
}
</style>
background-color css
<style>
a { background-color: #C37853; }
a { background-color: rgb(195,120,83); }
div.DivClassName
{
background-color: #C37853;
}
.BgClassName
{
background-color: #C37853;
}
</style>
border-color css
<style>
span { border-color: #C37853; }
span { border-color: rgb(195,120,83); }
td.TdClassName
{
border-color: #C37853;
}
.TagClassName
{
border-color: #C37853;
}
</style>