Shades of Red Damask #C37650
Tints of Red Damask #C37650
RGB
CMYK
RGB Variations
Color information
#C37650 (or 0xC37650) is known color: Red Damask. HEX triplet: C3, 76 and 50. RGB value is (195,118,80). Sum of RGB (Red+Green+Blue) = 195+118+80=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C37650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37650 is #3C89AF. Grayscale: #888888. Windows color (decimal): -3967408 or 5273283. OLE color: 5273283.
HSL color Cylindrical-coordinate representation of color #C37650: hue angle of 19.83º 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 #C37650 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 80 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.24 |
| HSL | 19.83º | 0.49% | 0.54% | - |
| HSV(B) | 19.83º | 0.59% | 0.76% | - |
| XYZ | 30.43 | 25.14 | 10.84 | - |
| YUV | 136.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 80 | 0 | 0.39 | 0.59 | 0.24 | 19.83 | 0.49 | 0.54 |
| Hex | C3 | 76 | 50 | 0 | 27 | 3B | 18 | 14 | 31 | 36 |
| Octal | 303 | 166 | 120 | 0 | 47 | 73 | 30 | 24 | 61 | 66 |
| Binary | 11000011 | 1110110 | 1010000 | 0 | 100111 | 111011 | 11000 | 10100 | 110001 | 110110 |
Color Harmonies of #C37650
Complementary color
Monochromatic Colors of #C37650
Black with #C37650
Text Example
Text Example
White with #C37650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37650; }
p { color: rgb(195,118,80); }
H1.HeaderClassName
{
color: #C37650;
}
.AnyTagClassName
{
color: #C37650;
}
</style>
background-color css
<style>
a { background-color: #C37650; }
a { background-color: rgb(195,118,80); }
div.DivClassName
{
background-color: #C37650;
}
.BgClassName
{
background-color: #C37650;
}
</style>
border-color css
<style>
span { border-color: #C37650; }
span { border-color: rgb(195,118,80); }
td.TdClassName
{
border-color: #C37650;
}
.TagClassName
{
border-color: #C37650;
}
</style>