Shades of Red Damask #CA7051
Tints of Red Damask #CA7051
RGB
CMYK
RGB Variations
Color information
#CA7051 (or 0xCA7051) is known color: Red Damask. HEX triplet: CA, 70 and 51. RGB value is (202,112,81). Sum of RGB (Red+Green+Blue) = 202+112+81=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7051 is #358FAE. Grayscale: #878787. Windows color (decimal): -3510191 or 5337290. OLE color: 5337290.
HSL color Cylindrical-coordinate representation of color #CA7051: hue angle of 15.37º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA7051 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 81 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.21 |
| HSL | 15.37º | 0.53% | 0.55% | - |
| HSV(B) | 15.37º | 0.6% | 0.79% | - |
| XYZ | 31.64 | 24.74 | 10.89 | - |
| YUV | 135.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 81 | 0 | 0.45 | 0.60 | 0.21 | 15.37 | 0.53 | 0.55 |
| Hex | CA | 70 | 51 | 0 | 2D | 3C | 15 | F | 35 | 37 |
| Octal | 312 | 160 | 121 | 0 | 55 | 74 | 25 | 17 | 65 | 67 |
| Binary | 11001010 | 1110000 | 1010001 | 0 | 101101 | 111100 | 10101 | 1111 | 110101 | 110111 |
Color Harmonies of #CA7051
Complementary color
Monochromatic Colors of #CA7051
Black with #CA7051
Text Example
Text Example
White with #CA7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7051; }
p { color: rgb(202,112,81); }
H1.HeaderClassName
{
color: #CA7051;
}
.AnyTagClassName
{
color: #CA7051;
}
</style>
background-color css
<style>
a { background-color: #CA7051; }
a { background-color: rgb(202,112,81); }
div.DivClassName
{
background-color: #CA7051;
}
.BgClassName
{
background-color: #CA7051;
}
</style>
border-color css
<style>
span { border-color: #CA7051; }
span { border-color: rgb(202,112,81); }
td.TdClassName
{
border-color: #CA7051;
}
.TagClassName
{
border-color: #CA7051;
}
</style>