Shades of Red Damask #C37850
Tints of Red Damask #C37850
RGB
CMYK
RGB Variations
Color information
#C37850 (or 0xC37850) is known color: Red Damask. HEX triplet: C3, 78 and 50. RGB value is (195,120,80). Sum of RGB (Red+Green+Blue) = 195+120+80=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37850 is #3C87AF. Grayscale: #8A8A8A. Windows color (decimal): -3966896 or 5273795. OLE color: 5273795.
HSL color Cylindrical-coordinate representation of color #C37850: hue angle of 20.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C37850 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 80 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.24 |
| HSL | 20.87º | 0.49% | 0.54% | - |
| HSV(B) | 20.87º | 0.59% | 0.76% | - |
| XYZ | 30.67 | 25.61 | 10.92 | - |
| YUV | 137.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 80 | 0 | 0.38 | 0.59 | 0.24 | 20.87 | 0.49 | 0.54 |
| Hex | C3 | 78 | 50 | 0 | 26 | 3B | 18 | 15 | 31 | 36 |
| Octal | 303 | 170 | 120 | 0 | 46 | 73 | 30 | 25 | 61 | 66 |
| Binary | 11000011 | 1111000 | 1010000 | 0 | 100110 | 111011 | 11000 | 10101 | 110001 | 110110 |
Color Harmonies of #C37850
Complementary color
Monochromatic Colors of #C37850
Black with #C37850
Text Example
Text Example
White with #C37850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37850; }
p { color: rgb(195,120,80); }
H1.HeaderClassName
{
color: #C37850;
}
.AnyTagClassName
{
color: #C37850;
}
</style>
background-color css
<style>
a { background-color: #C37850; }
a { background-color: rgb(195,120,80); }
div.DivClassName
{
background-color: #C37850;
}
.BgClassName
{
background-color: #C37850;
}
</style>
border-color css
<style>
span { border-color: #C37850; }
span { border-color: rgb(195,120,80); }
td.TdClassName
{
border-color: #C37850;
}
.TagClassName
{
border-color: #C37850;
}
</style>