Shades of Red Damask #CA7346
Tints of Red Damask #CA7346
RGB
CMYK
RGB Variations
Color information
#CA7346 (or 0xCA7346) is known color: Red Damask. HEX triplet: CA, 73 and 46. RGB value is (202,115,70). Sum of RGB (Red+Green+Blue) = 202+115+70=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7346 is #358CB9. Grayscale: #888888. Windows color (decimal): -3509434 or 4617162. OLE color: 4617162.
HSL color Cylindrical-coordinate representation of color #CA7346: hue angle of 20.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA7346 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 70 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.21 |
| HSL | 20.45º | 0.55% | 0.53% | - |
| HSV(B) | 20.45º | 0.65% | 0.79% | - |
| XYZ | 31.59 | 25.26 | 9 | - |
| YUV | 135.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 70 | 0 | 0.43 | 0.65 | 0.21 | 20.45 | 0.55 | 0.53 |
| Hex | CA | 73 | 46 | 0 | 2B | 41 | 15 | 14 | 37 | 35 |
| Octal | 312 | 163 | 106 | 0 | 53 | 101 | 25 | 24 | 67 | 65 |
| Binary | 11001010 | 1110011 | 1000110 | 0 | 101011 | 1000001 | 10101 | 10100 | 110111 | 110101 |
Color Harmonies of #CA7346
Complementary color
Monochromatic Colors of #CA7346
Black with #CA7346
Text Example
Text Example
White with #CA7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7346; }
p { color: rgb(202,115,70); }
H1.HeaderClassName
{
color: #CA7346;
}
.AnyTagClassName
{
color: #CA7346;
}
</style>
background-color css
<style>
a { background-color: #CA7346; }
a { background-color: rgb(202,115,70); }
div.DivClassName
{
background-color: #CA7346;
}
.BgClassName
{
background-color: #CA7346;
}
</style>
border-color css
<style>
span { border-color: #CA7346; }
span { border-color: rgb(202,115,70); }
td.TdClassName
{
border-color: #CA7346;
}
.TagClassName
{
border-color: #CA7346;
}
</style>