Shades of Red Damask #CA7045
Tints of Red Damask #CA7045
RGB
CMYK
RGB Variations
Color information
#CA7045 (or 0xCA7045) is known color: Red Damask. HEX triplet: CA, 70 and 45. RGB value is (202,112,69). Sum of RGB (Red+Green+Blue) = 202+112+69=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7045 is #358FBA. Grayscale: #868686. Windows color (decimal): -3510203 or 4550858. OLE color: 4550858.
HSL color Cylindrical-coordinate representation of color #CA7045: hue angle of 19.4º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA7045 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 69 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.21 |
| HSL | 19.4º | 0.56% | 0.53% | - |
| HSV(B) | 19.4º | 0.66% | 0.79% | - |
| XYZ | 31.23 | 24.57 | 8.73 | - |
| YUV | 134.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 69 | 0 | 0.45 | 0.66 | 0.21 | 19.4 | 0.56 | 0.53 |
| Hex | CA | 70 | 45 | 0 | 2D | 42 | 15 | 13 | 38 | 35 |
| Octal | 312 | 160 | 105 | 0 | 55 | 102 | 25 | 23 | 70 | 65 |
| Binary | 11001010 | 1110000 | 1000101 | 0 | 101101 | 1000010 | 10101 | 10011 | 111000 | 110101 |
Color Harmonies of #CA7045
Complementary color
Monochromatic Colors of #CA7045
Black with #CA7045
Text Example
Text Example
White with #CA7045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7045; }
p { color: rgb(202,112,69); }
H1.HeaderClassName
{
color: #CA7045;
}
.AnyTagClassName
{
color: #CA7045;
}
</style>
background-color css
<style>
a { background-color: #CA7045; }
a { background-color: rgb(202,112,69); }
div.DivClassName
{
background-color: #CA7045;
}
.BgClassName
{
background-color: #CA7045;
}
</style>
border-color css
<style>
span { border-color: #CA7045; }
span { border-color: rgb(202,112,69); }
td.TdClassName
{
border-color: #CA7045;
}
.TagClassName
{
border-color: #CA7045;
}
</style>