Shades of Red Damask #CA7250
Tints of Red Damask #CA7250
RGB
CMYK
RGB Variations
Color information
#CA7250 (or 0xCA7250) is known color: Red Damask. HEX triplet: CA, 72 and 50. RGB value is (202,114,80). Sum of RGB (Red+Green+Blue) = 202+114+80=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7250 is #358DAF. Grayscale: #888888. Windows color (decimal): -3509680 or 5272266. OLE color: 5272266.
HSL color Cylindrical-coordinate representation of color #CA7250: hue angle of 16.72º 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 #CA7250 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 80 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.21 |
| HSL | 16.72º | 0.54% | 0.55% | - |
| HSV(B) | 16.72º | 0.6% | 0.79% | - |
| XYZ | 31.82 | 25.17 | 10.77 | - |
| YUV | 136.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 80 | 0 | 0.44 | 0.60 | 0.21 | 16.72 | 0.54 | 0.55 |
| Hex | CA | 72 | 50 | 0 | 2C | 3C | 15 | 11 | 36 | 37 |
| Octal | 312 | 162 | 120 | 0 | 54 | 74 | 25 | 21 | 66 | 67 |
| Binary | 11001010 | 1110010 | 1010000 | 0 | 101100 | 111100 | 10101 | 10001 | 110110 | 110111 |
Color Harmonies of #CA7250
Complementary color
Monochromatic Colors of #CA7250
Black with #CA7250
Text Example
Text Example
White with #CA7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7250; }
p { color: rgb(202,114,80); }
H1.HeaderClassName
{
color: #CA7250;
}
.AnyTagClassName
{
color: #CA7250;
}
</style>
background-color css
<style>
a { background-color: #CA7250; }
a { background-color: rgb(202,114,80); }
div.DivClassName
{
background-color: #CA7250;
}
.BgClassName
{
background-color: #CA7250;
}
</style>
border-color css
<style>
span { border-color: #CA7250; }
span { border-color: rgb(202,114,80); }
td.TdClassName
{
border-color: #CA7250;
}
.TagClassName
{
border-color: #CA7250;
}
</style>