Shades of Old Rose #CA2457
Tints of Old Rose #CA2457
RGB
CMYK
RGB Variations
Color information
#CA2457 (or 0xCA2457) is known color: Old Rose. HEX triplet: CA, 24 and 57. RGB value is (202,36,87). Sum of RGB (Red+Green+Blue) = 202+36+87=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2457 is #35DBA8. Grayscale: #5B5B5B. Windows color (decimal): -3529641 or 5711050. OLE color: 5711050.
HSL color Cylindrical-coordinate representation of color #CA2457: hue angle of 341.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2457 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 87 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.21 |
| HSL | 341.57º | 0.7% | 0.47% | - |
| HSV(B) | 341.57º | 0.82% | 0.79% | - |
| XYZ | 26.71 | 14.51 | 10.41 | - |
| YUV | 91.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 87 | 0 | 0.82 | 0.57 | 0.21 | 341.57 | 0.7 | 0.47 |
| Hex | CA | 24 | 57 | 0 | 52 | 39 | 15 | 156 | 46 | 2F |
| Octal | 312 | 44 | 127 | 0 | 122 | 71 | 25 | 526 | 106 | 57 |
| Binary | 11001010 | 100100 | 1010111 | 0 | 1010010 | 111001 | 10101 | 101010110 | 1000110 | 101111 |
Color Harmonies of #CA2457
Complementary color
Monochromatic Colors of #CA2457
Black with #CA2457
Text Example
Text Example
White with #CA2457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2457; }
p { color: rgb(202,36,87); }
H1.HeaderClassName
{
color: #CA2457;
}
.AnyTagClassName
{
color: #CA2457;
}
</style>
background-color css
<style>
a { background-color: #CA2457; }
a { background-color: rgb(202,36,87); }
div.DivClassName
{
background-color: #CA2457;
}
.BgClassName
{
background-color: #CA2457;
}
</style>
border-color css
<style>
span { border-color: #CA2457; }
span { border-color: rgb(202,36,87); }
td.TdClassName
{
border-color: #CA2457;
}
.TagClassName
{
border-color: #CA2457;
}
</style>