Shades of Old Rose #CA2C5A
Tints of Old Rose #CA2C5A
RGB
CMYK
RGB Variations
Color information
#CA2C5A (or 0xCA2C5A) is known color: Old Rose. HEX triplet: CA, 2C and 5A. RGB value is (202,44,90). Sum of RGB (Red+Green+Blue) = 202+44+90=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C5A is #35D3A5. Grayscale: #606060. Windows color (decimal): -3527590 or 5909706. OLE color: 5909706.
HSL color Cylindrical-coordinate representation of color #CA2C5A: hue angle of 342.53º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C5A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 90 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.21 |
| HSL | 342.53º | 0.64% | 0.48% | - |
| HSV(B) | 342.53º | 0.78% | 0.79% | - |
| XYZ | 27.1 | 15.1 | 11.16 | - |
| YUV | 96.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 90 | 0 | 0.78 | 0.55 | 0.21 | 342.53 | 0.64 | 0.48 |
| Hex | CA | 2C | 5A | 0 | 4E | 37 | 15 | 157 | 40 | 30 |
| Octal | 312 | 54 | 132 | 0 | 116 | 67 | 25 | 527 | 100 | 60 |
| Binary | 11001010 | 101100 | 1011010 | 0 | 1001110 | 110111 | 10101 | 101010111 | 1000000 | 110000 |
Color Harmonies of #CA2C5A
Complementary color
Monochromatic Colors of #CA2C5A
Black with #CA2C5A
Text Example
Text Example
White with #CA2C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C5A; }
p { color: rgb(202,44,90); }
H1.HeaderClassName
{
color: #CA2C5A;
}
.AnyTagClassName
{
color: #CA2C5A;
}
</style>
background-color css
<style>
a { background-color: #CA2C5A; }
a { background-color: rgb(202,44,90); }
div.DivClassName
{
background-color: #CA2C5A;
}
.BgClassName
{
background-color: #CA2C5A;
}
</style>
border-color css
<style>
span { border-color: #CA2C5A; }
span { border-color: rgb(202,44,90); }
td.TdClassName
{
border-color: #CA2C5A;
}
.TagClassName
{
border-color: #CA2C5A;
}
</style>