Shades of Old Rose #CA2E5B
Tints of Old Rose #CA2E5B
RGB
CMYK
RGB Variations
Color information
#CA2E5B (or 0xCA2E5B) is known color: Old Rose. HEX triplet: CA, 2E and 5B. RGB value is (202,46,91). Sum of RGB (Red+Green+Blue) = 202+46+91=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E5B is #35D1A4. Grayscale: #616161. Windows color (decimal): -3527077 or 5975754. OLE color: 5975754.
HSL color Cylindrical-coordinate representation of color #CA2E5B: hue angle of 342.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E5B is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 91 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.21 |
| HSL | 342.69º | 0.63% | 0.49% | - |
| HSV(B) | 342.69º | 0.77% | 0.79% | - |
| XYZ | 27.22 | 15.27 | 11.41 | - |
| YUV | 97.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 91 | 0 | 0.77 | 0.55 | 0.21 | 342.69 | 0.63 | 0.49 |
| Hex | CA | 2E | 5B | 0 | 4D | 37 | 15 | 157 | 3F | 31 |
| Octal | 312 | 56 | 133 | 0 | 115 | 67 | 25 | 527 | 77 | 61 |
| Binary | 11001010 | 101110 | 1011011 | 0 | 1001101 | 110111 | 10101 | 101010111 | 111111 | 110001 |
Color Harmonies of #CA2E5B
Complementary color
Monochromatic Colors of #CA2E5B
Black with #CA2E5B
Text Example
Text Example
White with #CA2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E5B; }
p { color: rgb(202,46,91); }
H1.HeaderClassName
{
color: #CA2E5B;
}
.AnyTagClassName
{
color: #CA2E5B;
}
</style>
background-color css
<style>
a { background-color: #CA2E5B; }
a { background-color: rgb(202,46,91); }
div.DivClassName
{
background-color: #CA2E5B;
}
.BgClassName
{
background-color: #CA2E5B;
}
</style>
border-color css
<style>
span { border-color: #CA2E5B; }
span { border-color: rgb(202,46,91); }
td.TdClassName
{
border-color: #CA2E5B;
}
.TagClassName
{
border-color: #CA2E5B;
}
</style>