Shades of Red Damask #CA7551
Tints of Red Damask #CA7551
RGB
CMYK
RGB Variations
Color information
#CA7551 (or 0xCA7551) is known color: Red Damask. HEX triplet: CA, 75 and 51. RGB value is (202,117,81). Sum of RGB (Red+Green+Blue) = 202+117+81=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7551 is #358AAE. Grayscale: #8A8A8A. Windows color (decimal): -3508911 or 5338570. OLE color: 5338570.
HSL color Cylindrical-coordinate representation of color #CA7551: hue angle of 17.85º 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 #CA7551 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 81 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.21 |
| HSL | 17.85º | 0.53% | 0.55% | - |
| HSV(B) | 17.85º | 0.6% | 0.79% | - |
| XYZ | 32.2 | 25.87 | 11.08 | - |
| YUV | 138.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 81 | 0 | 0.42 | 0.60 | 0.21 | 17.85 | 0.53 | 0.55 |
| Hex | CA | 75 | 51 | 0 | 2A | 3C | 15 | 12 | 35 | 37 |
| Octal | 312 | 165 | 121 | 0 | 52 | 74 | 25 | 22 | 65 | 67 |
| Binary | 11001010 | 1110101 | 1010001 | 0 | 101010 | 111100 | 10101 | 10010 | 110101 | 110111 |
Color Harmonies of #CA7551
Complementary color
Monochromatic Colors of #CA7551
Black with #CA7551
Text Example
Text Example
White with #CA7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7551; }
p { color: rgb(202,117,81); }
H1.HeaderClassName
{
color: #CA7551;
}
.AnyTagClassName
{
color: #CA7551;
}
</style>
background-color css
<style>
a { background-color: #CA7551; }
a { background-color: rgb(202,117,81); }
div.DivClassName
{
background-color: #CA7551;
}
.BgClassName
{
background-color: #CA7551;
}
</style>
border-color css
<style>
span { border-color: #CA7551; }
span { border-color: rgb(202,117,81); }
td.TdClassName
{
border-color: #CA7551;
}
.TagClassName
{
border-color: #CA7551;
}
</style>