Shades of Old Rose #CA2259
Tints of Old Rose #CA2259
RGB
CMYK
RGB Variations
Color information
#CA2259 (or 0xCA2259) is known color: Old Rose. HEX triplet: CA, 22 and 59. RGB value is (202,34,89). Sum of RGB (Red+Green+Blue) = 202+34+89=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2259 is #35DDA6. Grayscale: #5A5A5A. Windows color (decimal): -3530151 or 5841610. OLE color: 5841610.
HSL color Cylindrical-coordinate representation of color #CA2259: hue angle of 340.36º 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 #CA2259 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 89 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.21 |
| HSL | 340.36º | 0.71% | 0.46% | - |
| HSV(B) | 340.36º | 0.83% | 0.79% | - |
| XYZ | 26.73 | 14.42 | 10.83 | - |
| YUV | 90.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 89 | 0 | 0.83 | 0.56 | 0.21 | 340.36 | 0.71 | 0.46 |
| Hex | CA | 22 | 59 | 0 | 53 | 38 | 15 | 154 | 47 | 2E |
| Octal | 312 | 42 | 131 | 0 | 123 | 70 | 25 | 524 | 107 | 56 |
| Binary | 11001010 | 100010 | 1011001 | 0 | 1010011 | 111000 | 10101 | 101010100 | 1000111 | 101110 |
Color Harmonies of #CA2259
Complementary color
Monochromatic Colors of #CA2259
Black with #CA2259
Text Example
Text Example
White with #CA2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2259; }
p { color: rgb(202,34,89); }
H1.HeaderClassName
{
color: #CA2259;
}
.AnyTagClassName
{
color: #CA2259;
}
</style>
background-color css
<style>
a { background-color: #CA2259; }
a { background-color: rgb(202,34,89); }
div.DivClassName
{
background-color: #CA2259;
}
.BgClassName
{
background-color: #CA2259;
}
</style>
border-color css
<style>
span { border-color: #CA2259; }
span { border-color: rgb(202,34,89); }
td.TdClassName
{
border-color: #CA2259;
}
.TagClassName
{
border-color: #CA2259;
}
</style>