Shades of Red Damask #CA7450
Tints of Red Damask #CA7450
RGB
CMYK
RGB Variations
Color information
#CA7450 (or 0xCA7450) is known color: Red Damask. HEX triplet: CA, 74 and 50. RGB value is (202,116,80). Sum of RGB (Red+Green+Blue) = 202+116+80=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7450 is #358BAF. Grayscale: #898989. Windows color (decimal): -3509168 or 5272778. OLE color: 5272778.
HSL color Cylindrical-coordinate representation of color #CA7450: hue angle of 17.7º 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 #CA7450 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 80 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.21 |
| HSL | 17.7º | 0.54% | 0.55% | - |
| HSV(B) | 17.7º | 0.6% | 0.79% | - |
| XYZ | 32.05 | 25.63 | 10.85 | - |
| YUV | 137.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 80 | 0 | 0.43 | 0.60 | 0.21 | 17.7 | 0.54 | 0.55 |
| Hex | CA | 74 | 50 | 0 | 2B | 3C | 15 | 12 | 36 | 37 |
| Octal | 312 | 164 | 120 | 0 | 53 | 74 | 25 | 22 | 66 | 67 |
| Binary | 11001010 | 1110100 | 1010000 | 0 | 101011 | 111100 | 10101 | 10010 | 110110 | 110111 |
Color Harmonies of #CA7450
Complementary color
Monochromatic Colors of #CA7450
Black with #CA7450
Text Example
Text Example
White with #CA7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7450; }
p { color: rgb(202,116,80); }
H1.HeaderClassName
{
color: #CA7450;
}
.AnyTagClassName
{
color: #CA7450;
}
</style>
background-color css
<style>
a { background-color: #CA7450; }
a { background-color: rgb(202,116,80); }
div.DivClassName
{
background-color: #CA7450;
}
.BgClassName
{
background-color: #CA7450;
}
</style>
border-color css
<style>
span { border-color: #CA7450; }
span { border-color: rgb(202,116,80); }
td.TdClassName
{
border-color: #CA7450;
}
.TagClassName
{
border-color: #CA7450;
}
</style>