Shades of Red Damask #CA7047
Tints of Red Damask #CA7047
RGB
CMYK
RGB Variations
Color information
#CA7047 (or 0xCA7047) is known color: Red Damask. HEX triplet: CA, 70 and 47. RGB value is (202,112,71). Sum of RGB (Red+Green+Blue) = 202+112+71=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7047 is #358FB8. Grayscale: #868686. Windows color (decimal): -3510201 or 4681930. OLE color: 4681930.
HSL color Cylindrical-coordinate representation of color #CA7047: hue angle of 18.78º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA7047 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 71 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.21 |
| HSL | 18.78º | 0.55% | 0.54% | - |
| HSV(B) | 18.78º | 0.65% | 0.79% | - |
| XYZ | 31.29 | 24.6 | 9.06 | - |
| YUV | 134.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 71 | 0 | 0.45 | 0.65 | 0.21 | 18.78 | 0.55 | 0.54 |
| Hex | CA | 70 | 47 | 0 | 2D | 41 | 15 | 13 | 37 | 36 |
| Octal | 312 | 160 | 107 | 0 | 55 | 101 | 25 | 23 | 67 | 66 |
| Binary | 11001010 | 1110000 | 1000111 | 0 | 101101 | 1000001 | 10101 | 10011 | 110111 | 110110 |
Color Harmonies of #CA7047
Complementary color
Monochromatic Colors of #CA7047
Black with #CA7047
Text Example
Text Example
White with #CA7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7047; }
p { color: rgb(202,112,71); }
H1.HeaderClassName
{
color: #CA7047;
}
.AnyTagClassName
{
color: #CA7047;
}
</style>
background-color css
<style>
a { background-color: #CA7047; }
a { background-color: rgb(202,112,71); }
div.DivClassName
{
background-color: #CA7047;
}
.BgClassName
{
background-color: #CA7047;
}
</style>
border-color css
<style>
span { border-color: #CA7047; }
span { border-color: rgb(202,112,71); }
td.TdClassName
{
border-color: #CA7047;
}
.TagClassName
{
border-color: #CA7047;
}
</style>