Shades of Red Damask #C37B52
Tints of Red Damask #C37B52
RGB
CMYK
RGB Variations
Color information
#C37B52 (or 0xC37B52) is known color: Red Damask. HEX triplet: C3, 7B and 52. RGB value is (195,123,82). Sum of RGB (Red+Green+Blue) = 195+123+82=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B52 is #3C84AD. Grayscale: #8C8C8C. Windows color (decimal): -3966126 or 5405635. OLE color: 5405635.
HSL color Cylindrical-coordinate representation of color #C37B52: hue angle of 21.77º degrees, saturation: 0.48, 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 #C37B52 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 82 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.24 |
| HSL | 21.77º | 0.48% | 0.54% | - |
| HSV(B) | 21.77º | 0.58% | 0.76% | - |
| XYZ | 31.11 | 26.38 | 11.43 | - |
| YUV | 139.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 82 | 0 | 0.37 | 0.58 | 0.24 | 21.77 | 0.48 | 0.54 |
| Hex | C3 | 7B | 52 | 0 | 25 | 3A | 18 | 16 | 30 | 36 |
| Octal | 303 | 173 | 122 | 0 | 45 | 72 | 30 | 26 | 60 | 66 |
| Binary | 11000011 | 1111011 | 1010010 | 0 | 100101 | 111010 | 11000 | 10110 | 110000 | 110110 |
Color Harmonies of #C37B52
Complementary color
Monochromatic Colors of #C37B52
Black with #C37B52
Text Example
Text Example
White with #C37B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B52; }
p { color: rgb(195,123,82); }
H1.HeaderClassName
{
color: #C37B52;
}
.AnyTagClassName
{
color: #C37B52;
}
</style>
background-color css
<style>
a { background-color: #C37B52; }
a { background-color: rgb(195,123,82); }
div.DivClassName
{
background-color: #C37B52;
}
.BgClassName
{
background-color: #C37B52;
}
</style>
border-color css
<style>
span { border-color: #C37B52; }
span { border-color: rgb(195,123,82); }
td.TdClassName
{
border-color: #C37B52;
}
.TagClassName
{
border-color: #C37B52;
}
</style>