Shades of Old Rose #CA2D51
Tints of Old Rose #CA2D51
RGB
CMYK
RGB Variations
Color information
#CA2D51 (or 0xCA2D51) is known color: Old Rose. HEX triplet: CA, 2D and 51. RGB value is (202,45,81). Sum of RGB (Red+Green+Blue) = 202+45+81=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D51 is #35D2AE. Grayscale: #606060. Windows color (decimal): -3527343 or 5320138. OLE color: 5320138.
HSL color Cylindrical-coordinate representation of color #CA2D51: hue angle of 346.24º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D51 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 81 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.21 |
| HSL | 346.24º | 0.64% | 0.48% | - |
| HSV(B) | 346.24º | 0.78% | 0.79% | - |
| XYZ | 26.78 | 15.03 | 9.27 | - |
| YUV | 96.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 81 | 0 | 0.78 | 0.60 | 0.21 | 346.24 | 0.64 | 0.48 |
| Hex | CA | 2D | 51 | 0 | 4E | 3C | 15 | 15A | 40 | 30 |
| Octal | 312 | 55 | 121 | 0 | 116 | 74 | 25 | 532 | 100 | 60 |
| Binary | 11001010 | 101101 | 1010001 | 0 | 1001110 | 111100 | 10101 | 101011010 | 1000000 | 110000 |
Color Harmonies of #CA2D51
Complementary color
Monochromatic Colors of #CA2D51
Black with #CA2D51
Text Example
Text Example
White with #CA2D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D51; }
p { color: rgb(202,45,81); }
H1.HeaderClassName
{
color: #CA2D51;
}
.AnyTagClassName
{
color: #CA2D51;
}
</style>
background-color css
<style>
a { background-color: #CA2D51; }
a { background-color: rgb(202,45,81); }
div.DivClassName
{
background-color: #CA2D51;
}
.BgClassName
{
background-color: #CA2D51;
}
</style>
border-color css
<style>
span { border-color: #CA2D51; }
span { border-color: rgb(202,45,81); }
td.TdClassName
{
border-color: #CA2D51;
}
.TagClassName
{
border-color: #CA2D51;
}
</style>