Shades of Red Damask #C47B4F
Tints of Red Damask #C47B4F
RGB
CMYK
RGB Variations
Color information
#C47B4F (or 0xC47B4F) is known color: Red Damask. HEX triplet: C4, 7B and 4F. RGB value is (196,123,79). Sum of RGB (Red+Green+Blue) = 196+123+79=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B4F is #3B84B0. Grayscale: #8C8C8C. Windows color (decimal): -3900593 or 5209028. OLE color: 5209028.
HSL color Cylindrical-coordinate representation of color #C47B4F: hue angle of 22.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C47B4F is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 79 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.23 |
| HSL | 22.56º | 0.5% | 0.54% | - |
| HSV(B) | 22.56º | 0.6% | 0.77% | - |
| XYZ | 31.26 | 26.47 | 10.86 | - |
| YUV | 139.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 79 | 0 | 0.37 | 0.60 | 0.23 | 22.56 | 0.5 | 0.54 |
| Hex | C4 | 7B | 4F | 0 | 25 | 3C | 17 | 17 | 32 | 36 |
| Octal | 304 | 173 | 117 | 0 | 45 | 74 | 27 | 27 | 62 | 66 |
| Binary | 11000100 | 1111011 | 1001111 | 0 | 100101 | 111100 | 10111 | 10111 | 110010 | 110110 |
Color Harmonies of #C47B4F
Complementary color
Monochromatic Colors of #C47B4F
Black with #C47B4F
Text Example
Text Example
White with #C47B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B4F; }
p { color: rgb(196,123,79); }
H1.HeaderClassName
{
color: #C47B4F;
}
.AnyTagClassName
{
color: #C47B4F;
}
</style>
background-color css
<style>
a { background-color: #C47B4F; }
a { background-color: rgb(196,123,79); }
div.DivClassName
{
background-color: #C47B4F;
}
.BgClassName
{
background-color: #C47B4F;
}
</style>
border-color css
<style>
span { border-color: #C47B4F; }
span { border-color: rgb(196,123,79); }
td.TdClassName
{
border-color: #C47B4F;
}
.TagClassName
{
border-color: #C47B4F;
}
</style>