Shades of Old Rose #CA2950
Tints of Old Rose #CA2950
RGB
CMYK
RGB Variations
Color information
#CA2950 (or 0xCA2950) is known color: Old Rose. HEX triplet: CA, 29 and 50. RGB value is (202,41,80). Sum of RGB (Red+Green+Blue) = 202+41+80=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2950 is #35D6AF. Grayscale: #5D5D5D. Windows color (decimal): -3528368 or 5253578. OLE color: 5253578.
HSL color Cylindrical-coordinate representation of color #CA2950: hue angle of 345.47º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2950 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 80 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.21 |
| HSL | 345.47º | 0.66% | 0.48% | - |
| HSV(B) | 345.47º | 0.8% | 0.79% | - |
| XYZ | 26.6 | 14.72 | 9.03 | - |
| YUV | 93.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 80 | 0 | 0.80 | 0.60 | 0.21 | 345.47 | 0.66 | 0.48 |
| Hex | CA | 29 | 50 | 0 | 50 | 3C | 15 | 159 | 42 | 30 |
| Octal | 312 | 51 | 120 | 0 | 120 | 74 | 25 | 531 | 102 | 60 |
| Binary | 11001010 | 101001 | 1010000 | 0 | 1010000 | 111100 | 10101 | 101011001 | 1000010 | 110000 |
Color Harmonies of #CA2950
Complementary color
Monochromatic Colors of #CA2950
Black with #CA2950
Text Example
Text Example
White with #CA2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2950; }
p { color: rgb(202,41,80); }
H1.HeaderClassName
{
color: #CA2950;
}
.AnyTagClassName
{
color: #CA2950;
}
</style>
background-color css
<style>
a { background-color: #CA2950; }
a { background-color: rgb(202,41,80); }
div.DivClassName
{
background-color: #CA2950;
}
.BgClassName
{
background-color: #CA2950;
}
</style>
border-color css
<style>
span { border-color: #CA2950; }
span { border-color: rgb(202,41,80); }
td.TdClassName
{
border-color: #CA2950;
}
.TagClassName
{
border-color: #CA2950;
}
</style>