Shades of Red Damask #CA6A4A
Tints of Red Damask #CA6A4A
RGB
CMYK
RGB Variations
Color information
#CA6A4A (or 0xCA6A4A) is known color: Red Damask. HEX triplet: CA, 6A and 4A. RGB value is (202,106,74). Sum of RGB (Red+Green+Blue) = 202+106+74=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A4A is #3595B5. Grayscale: #838383. Windows color (decimal): -3511734 or 4877002. OLE color: 4877002.
HSL color Cylindrical-coordinate representation of color #CA6A4A: hue angle of 15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA6A4A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 74 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.21 |
| HSL | 15º | 0.55% | 0.54% | - |
| HSV(B) | 15º | 0.63% | 0.79% | - |
| XYZ | 30.75 | 23.36 | 9.37 | - |
| YUV | 131.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 74 | 0 | 0.48 | 0.63 | 0.21 | 15 | 0.55 | 0.54 |
| Hex | CA | 6A | 4A | 0 | 30 | 3F | 15 | F | 37 | 36 |
| Octal | 312 | 152 | 112 | 0 | 60 | 77 | 25 | 17 | 67 | 66 |
| Binary | 11001010 | 1101010 | 1001010 | 0 | 110000 | 111111 | 10101 | 1111 | 110111 | 110110 |
Color Harmonies of #CA6A4A
Complementary color
Monochromatic Colors of #CA6A4A
Black with #CA6A4A
Text Example
Text Example
White with #CA6A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A4A; }
p { color: rgb(202,106,74); }
H1.HeaderClassName
{
color: #CA6A4A;
}
.AnyTagClassName
{
color: #CA6A4A;
}
</style>
background-color css
<style>
a { background-color: #CA6A4A; }
a { background-color: rgb(202,106,74); }
div.DivClassName
{
background-color: #CA6A4A;
}
.BgClassName
{
background-color: #CA6A4A;
}
</style>
border-color css
<style>
span { border-color: #CA6A4A; }
span { border-color: rgb(202,106,74); }
td.TdClassName
{
border-color: #CA6A4A;
}
.TagClassName
{
border-color: #CA6A4A;
}
</style>