Shades of Red Damask #C37851
Tints of Red Damask #C37851
RGB
CMYK
RGB Variations
Color information
#C37851 (or 0xC37851) is known color: Red Damask. HEX triplet: C3, 78 and 51. RGB value is (195,120,81). Sum of RGB (Red+Green+Blue) = 195+120+81=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37851 is #3C87AE. Grayscale: #8A8A8A. Windows color (decimal): -3966895 or 5339331. OLE color: 5339331.
HSL color Cylindrical-coordinate representation of color #C37851: hue angle of 20.53º degrees, saturation: 0.49, 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 #C37851 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 81 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.24 |
| HSL | 20.53º | 0.49% | 0.54% | - |
| HSV(B) | 20.53º | 0.58% | 0.76% | - |
| XYZ | 30.71 | 25.63 | 11.11 | - |
| YUV | 137.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 81 | 0 | 0.38 | 0.58 | 0.24 | 20.53 | 0.49 | 0.54 |
| Hex | C3 | 78 | 51 | 0 | 26 | 3A | 18 | 15 | 31 | 36 |
| Octal | 303 | 170 | 121 | 0 | 46 | 72 | 30 | 25 | 61 | 66 |
| Binary | 11000011 | 1111000 | 1010001 | 0 | 100110 | 111010 | 11000 | 10101 | 110001 | 110110 |
Color Harmonies of #C37851
Complementary color
Monochromatic Colors of #C37851
Black with #C37851
Text Example
Text Example
White with #C37851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37851; }
p { color: rgb(195,120,81); }
H1.HeaderClassName
{
color: #C37851;
}
.AnyTagClassName
{
color: #C37851;
}
</style>
background-color css
<style>
a { background-color: #C37851; }
a { background-color: rgb(195,120,81); }
div.DivClassName
{
background-color: #C37851;
}
.BgClassName
{
background-color: #C37851;
}
</style>
border-color css
<style>
span { border-color: #C37851; }
span { border-color: rgb(195,120,81); }
td.TdClassName
{
border-color: #C37851;
}
.TagClassName
{
border-color: #C37851;
}
</style>