Shades of Old Rose #CA2E57
Tints of Old Rose #CA2E57
RGB
CMYK
RGB Variations
Color information
#CA2E57 (or 0xCA2E57) is known color: Old Rose. HEX triplet: CA, 2E and 57. RGB value is (202,46,87). Sum of RGB (Red+Green+Blue) = 202+46+87=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E57 is #35D1A8. Grayscale: #616161. Windows color (decimal): -3527081 or 5713610. OLE color: 5713610.
HSL color Cylindrical-coordinate representation of color #CA2E57: hue angle of 344.23º 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 #CA2E57 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 87 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.21 |
| HSL | 344.23º | 0.63% | 0.49% | - |
| HSV(B) | 344.23º | 0.77% | 0.79% | - |
| XYZ | 27.05 | 15.2 | 10.52 | - |
| YUV | 97.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 87 | 0 | 0.77 | 0.57 | 0.21 | 344.23 | 0.63 | 0.49 |
| Hex | CA | 2E | 57 | 0 | 4D | 39 | 15 | 158 | 3F | 31 |
| Octal | 312 | 56 | 127 | 0 | 115 | 71 | 25 | 530 | 77 | 61 |
| Binary | 11001010 | 101110 | 1010111 | 0 | 1001101 | 111001 | 10101 | 101011000 | 111111 | 110001 |
Color Harmonies of #CA2E57
Complementary color
Monochromatic Colors of #CA2E57
Black with #CA2E57
Text Example
Text Example
White with #CA2E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E57; }
p { color: rgb(202,46,87); }
H1.HeaderClassName
{
color: #CA2E57;
}
.AnyTagClassName
{
color: #CA2E57;
}
</style>
background-color css
<style>
a { background-color: #CA2E57; }
a { background-color: rgb(202,46,87); }
div.DivClassName
{
background-color: #CA2E57;
}
.BgClassName
{
background-color: #CA2E57;
}
</style>
border-color css
<style>
span { border-color: #CA2E57; }
span { border-color: rgb(202,46,87); }
td.TdClassName
{
border-color: #CA2E57;
}
.TagClassName
{
border-color: #CA2E57;
}
</style>