Shades of Old Rose #CA2154
Tints of Old Rose #CA2154
RGB
CMYK
RGB Variations
Color information
#CA2154 (or 0xCA2154) is known color: Old Rose. HEX triplet: CA, 21 and 54. RGB value is (202,33,84). Sum of RGB (Red+Green+Blue) = 202+33+84=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2154 is #35DEAB. Grayscale: #595959. Windows color (decimal): -3530412 or 5513674. OLE color: 5513674.
HSL color Cylindrical-coordinate representation of color #CA2154: hue angle of 341.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2154 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 84 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.21 |
| HSL | 341.89º | 0.72% | 0.46% | - |
| HSV(B) | 341.89º | 0.84% | 0.79% | - |
| XYZ | 26.5 | 14.28 | 9.75 | - |
| YUV | 89.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 84 | 0 | 0.84 | 0.58 | 0.21 | 341.89 | 0.72 | 0.46 |
| Hex | CA | 21 | 54 | 0 | 54 | 3A | 15 | 156 | 48 | 2E |
| Octal | 312 | 41 | 124 | 0 | 124 | 72 | 25 | 526 | 110 | 56 |
| Binary | 11001010 | 100001 | 1010100 | 0 | 1010100 | 111010 | 10101 | 101010110 | 1001000 | 101110 |
Color Harmonies of #CA2154
Complementary color
Monochromatic Colors of #CA2154
Black with #CA2154
Text Example
Text Example
White with #CA2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2154; }
p { color: rgb(202,33,84); }
H1.HeaderClassName
{
color: #CA2154;
}
.AnyTagClassName
{
color: #CA2154;
}
</style>
background-color css
<style>
a { background-color: #CA2154; }
a { background-color: rgb(202,33,84); }
div.DivClassName
{
background-color: #CA2154;
}
.BgClassName
{
background-color: #CA2154;
}
</style>
border-color css
<style>
span { border-color: #CA2154; }
span { border-color: rgb(202,33,84); }
td.TdClassName
{
border-color: #CA2154;
}
.TagClassName
{
border-color: #CA2154;
}
</style>