Shades of Red Damask #CA704E
Tints of Red Damask #CA704E
RGB
CMYK
RGB Variations
Color information
#CA704E (or 0xCA704E) is known color: Red Damask. HEX triplet: CA, 70 and 4E. RGB value is (202,112,78). Sum of RGB (Red+Green+Blue) = 202+112+78=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA704E is #358FB1. Grayscale: #878787. Windows color (decimal): -3510194 or 5140682. OLE color: 5140682.
HSL color Cylindrical-coordinate representation of color #CA704E: hue angle of 16.45º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA704E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 78 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.21 |
| HSL | 16.45º | 0.54% | 0.55% | - |
| HSV(B) | 16.45º | 0.61% | 0.79% | - |
| XYZ | 31.53 | 24.69 | 10.31 | - |
| YUV | 135.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 78 | 0 | 0.45 | 0.61 | 0.21 | 16.45 | 0.54 | 0.55 |
| Hex | CA | 70 | 4E | 0 | 2D | 3D | 15 | 10 | 36 | 37 |
| Octal | 312 | 160 | 116 | 0 | 55 | 75 | 25 | 20 | 66 | 67 |
| Binary | 11001010 | 1110000 | 1001110 | 0 | 101101 | 111101 | 10101 | 10000 | 110110 | 110111 |
Color Harmonies of #CA704E
Complementary color
Monochromatic Colors of #CA704E
Black with #CA704E
Text Example
Text Example
White with #CA704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA704E; }
p { color: rgb(202,112,78); }
H1.HeaderClassName
{
color: #CA704E;
}
.AnyTagClassName
{
color: #CA704E;
}
</style>
background-color css
<style>
a { background-color: #CA704E; }
a { background-color: rgb(202,112,78); }
div.DivClassName
{
background-color: #CA704E;
}
.BgClassName
{
background-color: #CA704E;
}
</style>
border-color css
<style>
span { border-color: #CA704E; }
span { border-color: rgb(202,112,78); }
td.TdClassName
{
border-color: #CA704E;
}
.TagClassName
{
border-color: #CA704E;
}
</style>