Shades of Old Rose #CA2250
Tints of Old Rose #CA2250
RGB
CMYK
RGB Variations
Color information
#CA2250 (or 0xCA2250) is known color: Old Rose. HEX triplet: CA, 22 and 50. RGB value is (202,34,80). Sum of RGB (Red+Green+Blue) = 202+34+80=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2250 is #35DDAF. Grayscale: #595959. Windows color (decimal): -3530160 or 5251786. OLE color: 5251786.
HSL color Cylindrical-coordinate representation of color #CA2250: hue angle of 343.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2250 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 80 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.21 |
| HSL | 343.57º | 0.71% | 0.46% | - |
| HSV(B) | 343.57º | 0.83% | 0.79% | - |
| XYZ | 26.38 | 14.28 | 8.96 | - |
| YUV | 89.48 | 122.66 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 80 | 0 | 0.83 | 0.60 | 0.21 | 343.57 | 0.71 | 0.46 |
| Hex | CA | 22 | 50 | 0 | 53 | 3C | 15 | 158 | 47 | 2E |
| Octal | 312 | 42 | 120 | 0 | 123 | 74 | 25 | 530 | 107 | 56 |
| Binary | 11001010 | 100010 | 1010000 | 0 | 1010011 | 111100 | 10101 | 101011000 | 1000111 | 101110 |
Color Harmonies of #CA2250
Complementary color
Monochromatic Colors of #CA2250
Black with #CA2250
Text Example
Text Example
White with #CA2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2250; }
p { color: rgb(202,34,80); }
H1.HeaderClassName
{
color: #CA2250;
}
.AnyTagClassName
{
color: #CA2250;
}
</style>
background-color css
<style>
a { background-color: #CA2250; }
a { background-color: rgb(202,34,80); }
div.DivClassName
{
background-color: #CA2250;
}
.BgClassName
{
background-color: #CA2250;
}
</style>
border-color css
<style>
span { border-color: #CA2250; }
span { border-color: rgb(202,34,80); }
td.TdClassName
{
border-color: #CA2250;
}
.TagClassName
{
border-color: #CA2250;
}
</style>