Shades of Red Damask #CA6A50
Tints of Red Damask #CA6A50
RGB
CMYK
RGB Variations
Color information
#CA6A50 (or 0xCA6A50) is known color: Red Damask. HEX triplet: CA, 6A and 50. RGB value is (202,106,80). Sum of RGB (Red+Green+Blue) = 202+106+80=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A50 is #3595AF. Grayscale: #838383. Windows color (decimal): -3511728 or 5270218. OLE color: 5270218.
HSL color Cylindrical-coordinate representation of color #CA6A50: hue angle of 12.79º degrees, saturation: 0.54, 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 #CA6A50 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 80 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.21 |
| HSL | 12.79º | 0.54% | 0.55% | - |
| HSV(B) | 12.79º | 0.6% | 0.79% | - |
| XYZ | 30.96 | 23.44 | 10.48 | - |
| YUV | 131.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 80 | 0 | 0.48 | 0.60 | 0.21 | 12.79 | 0.54 | 0.55 |
| Hex | CA | 6A | 50 | 0 | 30 | 3C | 15 | D | 36 | 37 |
| Octal | 312 | 152 | 120 | 0 | 60 | 74 | 25 | 15 | 66 | 67 |
| Binary | 11001010 | 1101010 | 1010000 | 0 | 110000 | 111100 | 10101 | 1101 | 110110 | 110111 |
Color Harmonies of #CA6A50
Complementary color
Monochromatic Colors of #CA6A50
Black with #CA6A50
Text Example
Text Example
White with #CA6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A50; }
p { color: rgb(202,106,80); }
H1.HeaderClassName
{
color: #CA6A50;
}
.AnyTagClassName
{
color: #CA6A50;
}
</style>
background-color css
<style>
a { background-color: #CA6A50; }
a { background-color: rgb(202,106,80); }
div.DivClassName
{
background-color: #CA6A50;
}
.BgClassName
{
background-color: #CA6A50;
}
</style>
border-color css
<style>
span { border-color: #CA6A50; }
span { border-color: rgb(202,106,80); }
td.TdClassName
{
border-color: #CA6A50;
}
.TagClassName
{
border-color: #CA6A50;
}
</style>