Shades of Old Rose #CA2C51
Tints of Old Rose #CA2C51
RGB
CMYK
RGB Variations
Color information
#CA2C51 (or 0xCA2C51) is known color: Old Rose. HEX triplet: CA, 2C and 51. RGB value is (202,44,81). Sum of RGB (Red+Green+Blue) = 202+44+81=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C51 is #35D3AE. Grayscale: #5F5F5F. Windows color (decimal): -3527599 or 5319882. OLE color: 5319882.
HSL color Cylindrical-coordinate representation of color #CA2C51: hue angle of 345.95º 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 #CA2C51 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 81 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.21 |
| HSL | 345.95º | 0.64% | 0.48% | - |
| HSV(B) | 345.95º | 0.78% | 0.79% | - |
| XYZ | 26.74 | 14.95 | 9.26 | - |
| YUV | 95.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 81 | 0 | 0.78 | 0.60 | 0.21 | 345.95 | 0.64 | 0.48 |
| Hex | CA | 2C | 51 | 0 | 4E | 3C | 15 | 15A | 40 | 30 |
| Octal | 312 | 54 | 121 | 0 | 116 | 74 | 25 | 532 | 100 | 60 |
| Binary | 11001010 | 101100 | 1010001 | 0 | 1001110 | 111100 | 10101 | 101011010 | 1000000 | 110000 |
Color Harmonies of #CA2C51
Complementary color
Monochromatic Colors of #CA2C51
Black with #CA2C51
Text Example
Text Example
White with #CA2C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C51; }
p { color: rgb(202,44,81); }
H1.HeaderClassName
{
color: #CA2C51;
}
.AnyTagClassName
{
color: #CA2C51;
}
</style>
background-color css
<style>
a { background-color: #CA2C51; }
a { background-color: rgb(202,44,81); }
div.DivClassName
{
background-color: #CA2C51;
}
.BgClassName
{
background-color: #CA2C51;
}
</style>
border-color css
<style>
span { border-color: #CA2C51; }
span { border-color: rgb(202,44,81); }
td.TdClassName
{
border-color: #CA2C51;
}
.TagClassName
{
border-color: #CA2C51;
}
</style>