Shades of Old Rose #CA2051
Tints of Old Rose #CA2051
RGB
CMYK
RGB Variations
Color information
#CA2051 (or 0xCA2051) is known color: Old Rose. HEX triplet: CA, 20 and 51. RGB value is (202,32,81). Sum of RGB (Red+Green+Blue) = 202+32+81=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2051 is #35DFAE. Grayscale: #585858. Windows color (decimal): -3530671 or 5316810. OLE color: 5316810.
HSL color Cylindrical-coordinate representation of color #CA2051: hue angle of 342.71º 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 #CA2051 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 81 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.21 |
| HSL | 342.71º | 0.73% | 0.46% | - |
| HSV(B) | 342.71º | 0.84% | 0.79% | - |
| XYZ | 26.36 | 14.18 | 9.13 | - |
| YUV | 88.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 81 | 0 | 0.84 | 0.60 | 0.21 | 342.71 | 0.73 | 0.46 |
| Hex | CA | 20 | 51 | 0 | 54 | 3C | 15 | 157 | 49 | 2E |
| Octal | 312 | 40 | 121 | 0 | 124 | 74 | 25 | 527 | 111 | 56 |
| Binary | 11001010 | 100000 | 1010001 | 0 | 1010100 | 111100 | 10101 | 101010111 | 1001001 | 101110 |
Color Harmonies of #CA2051
Complementary color
Monochromatic Colors of #CA2051
Black with #CA2051
Text Example
Text Example
White with #CA2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2051; }
p { color: rgb(202,32,81); }
H1.HeaderClassName
{
color: #CA2051;
}
.AnyTagClassName
{
color: #CA2051;
}
</style>
background-color css
<style>
a { background-color: #CA2051; }
a { background-color: rgb(202,32,81); }
div.DivClassName
{
background-color: #CA2051;
}
.BgClassName
{
background-color: #CA2051;
}
</style>
border-color css
<style>
span { border-color: #CA2051; }
span { border-color: rgb(202,32,81); }
td.TdClassName
{
border-color: #CA2051;
}
.TagClassName
{
border-color: #CA2051;
}
</style>