Shades of Red Damask #C47352
Tints of Red Damask #C47352
RGB
CMYK
RGB Variations
Color information
#C47352 (or 0xC47352) is known color: Red Damask. HEX triplet: C4, 73 and 52. RGB value is (196,115,82). Sum of RGB (Red+Green+Blue) = 196+115+82=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47352 is #3B8CAD. Grayscale: #878787. Windows color (decimal): -3902638 or 5403588. OLE color: 5403588.
HSL color Cylindrical-coordinate representation of color #C47352: hue angle of 17.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C47352 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 82 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.23 |
| HSL | 17.37º | 0.49% | 0.55% | - |
| HSV(B) | 17.37º | 0.58% | 0.77% | - |
| XYZ | 30.42 | 24.61 | 11.13 | - |
| YUV | 135.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 82 | 0 | 0.41 | 0.58 | 0.23 | 17.37 | 0.49 | 0.55 |
| Hex | C4 | 73 | 52 | 0 | 29 | 3A | 17 | 11 | 31 | 37 |
| Octal | 304 | 163 | 122 | 0 | 51 | 72 | 27 | 21 | 61 | 67 |
| Binary | 11000100 | 1110011 | 1010010 | 0 | 101001 | 111010 | 10111 | 10001 | 110001 | 110111 |
Color Harmonies of #C47352
Complementary color
Monochromatic Colors of #C47352
Black with #C47352
Text Example
Text Example
White with #C47352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47352; }
p { color: rgb(196,115,82); }
H1.HeaderClassName
{
color: #C47352;
}
.AnyTagClassName
{
color: #C47352;
}
</style>
background-color css
<style>
a { background-color: #C47352; }
a { background-color: rgb(196,115,82); }
div.DivClassName
{
background-color: #C47352;
}
.BgClassName
{
background-color: #C47352;
}
</style>
border-color css
<style>
span { border-color: #C47352; }
span { border-color: rgb(196,115,82); }
td.TdClassName
{
border-color: #C47352;
}
.TagClassName
{
border-color: #C47352;
}
</style>