Shades of Red Damask #C37B51
Tints of Red Damask #C37B51
RGB
CMYK
RGB Variations
Color information
#C37B51 (or 0xC37B51) is known color: Red Damask. HEX triplet: C3, 7B and 51. RGB value is (195,123,81). Sum of RGB (Red+Green+Blue) = 195+123+81=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B51 is #3C84AE. Grayscale: #8B8B8B. Windows color (decimal): -3966127 or 5340099. OLE color: 5340099.
HSL color Cylindrical-coordinate representation of color #C37B51: hue angle of 22.11º 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 #C37B51 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 81 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.24 |
| HSL | 22.11º | 0.49% | 0.54% | - |
| HSV(B) | 22.11º | 0.58% | 0.76% | - |
| XYZ | 31.07 | 26.36 | 11.24 | - |
| YUV | 139.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 81 | 0 | 0.37 | 0.58 | 0.24 | 22.11 | 0.49 | 0.54 |
| Hex | C3 | 7B | 51 | 0 | 25 | 3A | 18 | 16 | 31 | 36 |
| Octal | 303 | 173 | 121 | 0 | 45 | 72 | 30 | 26 | 61 | 66 |
| Binary | 11000011 | 1111011 | 1010001 | 0 | 100101 | 111010 | 11000 | 10110 | 110001 | 110110 |
Color Harmonies of #C37B51
Complementary color
Monochromatic Colors of #C37B51
Black with #C37B51
Text Example
Text Example
White with #C37B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B51; }
p { color: rgb(195,123,81); }
H1.HeaderClassName
{
color: #C37B51;
}
.AnyTagClassName
{
color: #C37B51;
}
</style>
background-color css
<style>
a { background-color: #C37B51; }
a { background-color: rgb(195,123,81); }
div.DivClassName
{
background-color: #C37B51;
}
.BgClassName
{
background-color: #C37B51;
}
</style>
border-color css
<style>
span { border-color: #C37B51; }
span { border-color: rgb(195,123,81); }
td.TdClassName
{
border-color: #C37B51;
}
.TagClassName
{
border-color: #C37B51;
}
</style>