Shades of Old Rose #CA2554
Tints of Old Rose #CA2554
RGB
CMYK
RGB Variations
Color information
#CA2554 (or 0xCA2554) is known color: Old Rose. HEX triplet: CA, 25 and 54. RGB value is (202,37,84). Sum of RGB (Red+Green+Blue) = 202+37+84=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2554 is #35DAAB. Grayscale: #5B5B5B. Windows color (decimal): -3529388 or 5514698. OLE color: 5514698.
HSL color Cylindrical-coordinate representation of color #CA2554: hue angle of 342.91º degrees, saturation: 0.69, 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 #CA2554 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 84 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.21 |
| HSL | 342.91º | 0.69% | 0.47% | - |
| HSV(B) | 342.91º | 0.82% | 0.79% | - |
| XYZ | 26.62 | 14.52 | 9.79 | - |
| YUV | 91.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 84 | 0 | 0.82 | 0.58 | 0.21 | 342.91 | 0.69 | 0.47 |
| Hex | CA | 25 | 54 | 0 | 52 | 3A | 15 | 157 | 45 | 2F |
| Octal | 312 | 45 | 124 | 0 | 122 | 72 | 25 | 527 | 105 | 57 |
| Binary | 11001010 | 100101 | 1010100 | 0 | 1010010 | 111010 | 10101 | 101010111 | 1000101 | 101111 |
Color Harmonies of #CA2554
Complementary color
Monochromatic Colors of #CA2554
Black with #CA2554
Text Example
Text Example
White with #CA2554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2554; }
p { color: rgb(202,37,84); }
H1.HeaderClassName
{
color: #CA2554;
}
.AnyTagClassName
{
color: #CA2554;
}
</style>
background-color css
<style>
a { background-color: #CA2554; }
a { background-color: rgb(202,37,84); }
div.DivClassName
{
background-color: #CA2554;
}
.BgClassName
{
background-color: #CA2554;
}
</style>
border-color css
<style>
span { border-color: #CA2554; }
span { border-color: rgb(202,37,84); }
td.TdClassName
{
border-color: #CA2554;
}
.TagClassName
{
border-color: #CA2554;
}
</style>