Shades of Old Rose #CA2D50
Tints of Old Rose #CA2D50
RGB
CMYK
RGB Variations
Color information
#CA2D50 (or 0xCA2D50) is known color: Old Rose. HEX triplet: CA, 2D and 50. RGB value is (202,45,80). Sum of RGB (Red+Green+Blue) = 202+45+80=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D50 is #35D2AF. Grayscale: #5F5F5F. Windows color (decimal): -3527344 or 5254602. OLE color: 5254602.
HSL color Cylindrical-coordinate representation of color #CA2D50: hue angle of 346.62º 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 #CA2D50 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 80 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.21 |
| HSL | 346.62º | 0.64% | 0.48% | - |
| HSV(B) | 346.62º | 0.78% | 0.79% | - |
| XYZ | 26.74 | 15.01 | 9.08 | - |
| YUV | 95.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 80 | 0 | 0.78 | 0.60 | 0.21 | 346.62 | 0.64 | 0.48 |
| Hex | CA | 2D | 50 | 0 | 4E | 3C | 15 | 15B | 40 | 30 |
| Octal | 312 | 55 | 120 | 0 | 116 | 74 | 25 | 533 | 100 | 60 |
| Binary | 11001010 | 101101 | 1010000 | 0 | 1001110 | 111100 | 10101 | 101011011 | 1000000 | 110000 |
Color Harmonies of #CA2D50
Complementary color
Monochromatic Colors of #CA2D50
Black with #CA2D50
Text Example
Text Example
White with #CA2D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D50; }
p { color: rgb(202,45,80); }
H1.HeaderClassName
{
color: #CA2D50;
}
.AnyTagClassName
{
color: #CA2D50;
}
</style>
background-color css
<style>
a { background-color: #CA2D50; }
a { background-color: rgb(202,45,80); }
div.DivClassName
{
background-color: #CA2D50;
}
.BgClassName
{
background-color: #CA2D50;
}
</style>
border-color css
<style>
span { border-color: #CA2D50; }
span { border-color: rgb(202,45,80); }
td.TdClassName
{
border-color: #CA2D50;
}
.TagClassName
{
border-color: #CA2D50;
}
</style>