Shades of Red Damask #C47351
Tints of Red Damask #C47351
RGB
CMYK
RGB Variations
Color information
#C47351 (or 0xC47351) is known color: Red Damask. HEX triplet: C4, 73 and 51. RGB value is (196,115,81). Sum of RGB (Red+Green+Blue) = 196+115+81=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47351 is #3B8CAE. Grayscale: #878787. Windows color (decimal): -3902639 or 5338052. OLE color: 5338052.
HSL color Cylindrical-coordinate representation of color #C47351: hue angle of 17.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C47351 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 81 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.23 |
| HSL | 17.74º | 0.49% | 0.54% | - |
| HSV(B) | 17.74º | 0.59% | 0.77% | - |
| XYZ | 30.38 | 24.59 | 10.93 | - |
| YUV | 135.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 81 | 0 | 0.41 | 0.59 | 0.23 | 17.74 | 0.49 | 0.54 |
| Hex | C4 | 73 | 51 | 0 | 29 | 3B | 17 | 12 | 31 | 36 |
| Octal | 304 | 163 | 121 | 0 | 51 | 73 | 27 | 22 | 61 | 66 |
| Binary | 11000100 | 1110011 | 1010001 | 0 | 101001 | 111011 | 10111 | 10010 | 110001 | 110110 |
Color Harmonies of #C47351
Complementary color
Monochromatic Colors of #C47351
Black with #C47351
Text Example
Text Example
White with #C47351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47351; }
p { color: rgb(196,115,81); }
H1.HeaderClassName
{
color: #C47351;
}
.AnyTagClassName
{
color: #C47351;
}
</style>
background-color css
<style>
a { background-color: #C47351; }
a { background-color: rgb(196,115,81); }
div.DivClassName
{
background-color: #C47351;
}
.BgClassName
{
background-color: #C47351;
}
</style>
border-color css
<style>
span { border-color: #C47351; }
span { border-color: rgb(196,115,81); }
td.TdClassName
{
border-color: #C47351;
}
.TagClassName
{
border-color: #C47351;
}
</style>