Shades of Old Rose #CA2255
Tints of Old Rose #CA2255
RGB
CMYK
RGB Variations
Color information
#CA2255 (or 0xCA2255) is known color: Old Rose. HEX triplet: CA, 22 and 55. RGB value is (202,34,85). Sum of RGB (Red+Green+Blue) = 202+34+85=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2255 is #35DDAA. Grayscale: #5A5A5A. Windows color (decimal): -3530155 or 5579466. OLE color: 5579466.
HSL color Cylindrical-coordinate representation of color #CA2255: hue angle of 341.79º 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 #CA2255 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 85 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.21 |
| HSL | 341.79º | 0.71% | 0.46% | - |
| HSV(B) | 341.79º | 0.83% | 0.79% | - |
| XYZ | 26.57 | 14.36 | 9.97 | - |
| YUV | 90.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 85 | 0 | 0.83 | 0.58 | 0.21 | 341.79 | 0.71 | 0.46 |
| Hex | CA | 22 | 55 | 0 | 53 | 3A | 15 | 156 | 47 | 2E |
| Octal | 312 | 42 | 125 | 0 | 123 | 72 | 25 | 526 | 107 | 56 |
| Binary | 11001010 | 100010 | 1010101 | 0 | 1010011 | 111010 | 10101 | 101010110 | 1000111 | 101110 |
Color Harmonies of #CA2255
Complementary color
Monochromatic Colors of #CA2255
Black with #CA2255
Text Example
Text Example
White with #CA2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2255; }
p { color: rgb(202,34,85); }
H1.HeaderClassName
{
color: #CA2255;
}
.AnyTagClassName
{
color: #CA2255;
}
</style>
background-color css
<style>
a { background-color: #CA2255; }
a { background-color: rgb(202,34,85); }
div.DivClassName
{
background-color: #CA2255;
}
.BgClassName
{
background-color: #CA2255;
}
</style>
border-color css
<style>
span { border-color: #CA2255; }
span { border-color: rgb(202,34,85); }
td.TdClassName
{
border-color: #CA2255;
}
.TagClassName
{
border-color: #CA2255;
}
</style>