Shades of Red Damask #C47551
Tints of Red Damask #C47551
RGB
CMYK
RGB Variations
Color information
#C47551 (or 0xC47551) is known color: Red Damask. HEX triplet: C4, 75 and 51. RGB value is (196,117,81). Sum of RGB (Red+Green+Blue) = 196+117+81=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47551 is #3B8AAE. Grayscale: #888888. Windows color (decimal): -3902127 or 5338564. OLE color: 5338564.
HSL color Cylindrical-coordinate representation of color #C47551: hue angle of 18.78º 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 #C47551 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 81 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.23 |
| HSL | 18.78º | 0.49% | 0.54% | - |
| HSV(B) | 18.78º | 0.59% | 0.77% | - |
| XYZ | 30.61 | 25.05 | 11.01 | - |
| YUV | 136.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 81 | 0 | 0.40 | 0.59 | 0.23 | 18.78 | 0.49 | 0.54 |
| Hex | C4 | 75 | 51 | 0 | 28 | 3B | 17 | 13 | 31 | 36 |
| Octal | 304 | 165 | 121 | 0 | 50 | 73 | 27 | 23 | 61 | 66 |
| Binary | 11000100 | 1110101 | 1010001 | 0 | 101000 | 111011 | 10111 | 10011 | 110001 | 110110 |
Color Harmonies of #C47551
Complementary color
Monochromatic Colors of #C47551
Black with #C47551
Text Example
Text Example
White with #C47551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47551; }
p { color: rgb(196,117,81); }
H1.HeaderClassName
{
color: #C47551;
}
.AnyTagClassName
{
color: #C47551;
}
</style>
background-color css
<style>
a { background-color: #C47551; }
a { background-color: rgb(196,117,81); }
div.DivClassName
{
background-color: #C47551;
}
.BgClassName
{
background-color: #C47551;
}
</style>
border-color css
<style>
span { border-color: #C47551; }
span { border-color: rgb(196,117,81); }
td.TdClassName
{
border-color: #C47551;
}
.TagClassName
{
border-color: #C47551;
}
</style>