Shades of Red Damask #CA7951
Tints of Red Damask #CA7951
RGB
CMYK
RGB Variations
Color information
#CA7951 (or 0xCA7951) is known color: Red Damask. HEX triplet: CA, 79 and 51. RGB value is (202,121,81). Sum of RGB (Red+Green+Blue) = 202+121+81=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7951 is #3586AE. Grayscale: #8C8C8C. Windows color (decimal): -3507887 or 5339594. OLE color: 5339594.
HSL color Cylindrical-coordinate representation of color #CA7951: hue angle of 19.83º 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 #CA7951 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 81 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.21 |
| HSL | 19.83º | 0.53% | 0.55% | - |
| HSV(B) | 19.83º | 0.6% | 0.79% | - |
| XYZ | 32.68 | 26.83 | 11.24 | - |
| YUV | 140.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 81 | 0 | 0.40 | 0.60 | 0.21 | 19.83 | 0.53 | 0.55 |
| Hex | CA | 79 | 51 | 0 | 28 | 3C | 15 | 14 | 35 | 37 |
| Octal | 312 | 171 | 121 | 0 | 50 | 74 | 25 | 24 | 65 | 67 |
| Binary | 11001010 | 1111001 | 1010001 | 0 | 101000 | 111100 | 10101 | 10100 | 110101 | 110111 |
Color Harmonies of #CA7951
Complementary color
Monochromatic Colors of #CA7951
Black with #CA7951
Text Example
Text Example
White with #CA7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7951; }
p { color: rgb(202,121,81); }
H1.HeaderClassName
{
color: #CA7951;
}
.AnyTagClassName
{
color: #CA7951;
}
</style>
background-color css
<style>
a { background-color: #CA7951; }
a { background-color: rgb(202,121,81); }
div.DivClassName
{
background-color: #CA7951;
}
.BgClassName
{
background-color: #CA7951;
}
</style>
border-color css
<style>
span { border-color: #CA7951; }
span { border-color: rgb(202,121,81); }
td.TdClassName
{
border-color: #CA7951;
}
.TagClassName
{
border-color: #CA7951;
}
</style>