Shades of Old Rose #CA2052
Tints of Old Rose #CA2052
RGB
CMYK
RGB Variations
Color information
#CA2052 (or 0xCA2052) is known color: Old Rose. HEX triplet: CA, 20 and 52. RGB value is (202,32,82). Sum of RGB (Red+Green+Blue) = 202+32+82=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2052 is #35DFAD. Grayscale: #585858. Windows color (decimal): -3530670 or 5382346. OLE color: 5382346.
HSL color Cylindrical-coordinate representation of color #CA2052: hue angle of 342.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2052 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 82 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.21 |
| HSL | 342.35º | 0.73% | 0.46% | - |
| HSV(B) | 342.35º | 0.84% | 0.79% | - |
| XYZ | 26.4 | 14.2 | 9.33 | - |
| YUV | 88.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 82 | 0 | 0.84 | 0.59 | 0.21 | 342.35 | 0.73 | 0.46 |
| Hex | CA | 20 | 52 | 0 | 54 | 3B | 15 | 156 | 49 | 2E |
| Octal | 312 | 40 | 122 | 0 | 124 | 73 | 25 | 526 | 111 | 56 |
| Binary | 11001010 | 100000 | 1010010 | 0 | 1010100 | 111011 | 10101 | 101010110 | 1001001 | 101110 |
Color Harmonies of #CA2052
Complementary color
Monochromatic Colors of #CA2052
Black with #CA2052
Text Example
Text Example
White with #CA2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2052; }
p { color: rgb(202,32,82); }
H1.HeaderClassName
{
color: #CA2052;
}
.AnyTagClassName
{
color: #CA2052;
}
</style>
background-color css
<style>
a { background-color: #CA2052; }
a { background-color: rgb(202,32,82); }
div.DivClassName
{
background-color: #CA2052;
}
.BgClassName
{
background-color: #CA2052;
}
</style>
border-color css
<style>
span { border-color: #CA2052; }
span { border-color: rgb(202,32,82); }
td.TdClassName
{
border-color: #CA2052;
}
.TagClassName
{
border-color: #CA2052;
}
</style>