Shades of Old Rose #CA2B5A
Tints of Old Rose #CA2B5A
RGB
CMYK
RGB Variations
Color information
#CA2B5A (or 0xCA2B5A) is known color: Old Rose. HEX triplet: CA, 2B and 5A. RGB value is (202,43,90). Sum of RGB (Red+Green+Blue) = 202+43+90=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B5A is #35D4A5. Grayscale: #5F5F5F. Windows color (decimal): -3527846 or 5909450. OLE color: 5909450.
HSL color Cylindrical-coordinate representation of color #CA2B5A: hue angle of 342.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2B5A is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 90 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.21 |
| HSL | 342.26º | 0.65% | 0.48% | - |
| HSV(B) | 342.26º | 0.79% | 0.79% | - |
| XYZ | 27.07 | 15.02 | 11.15 | - |
| YUV | 95.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 90 | 0 | 0.79 | 0.55 | 0.21 | 342.26 | 0.65 | 0.48 |
| Hex | CA | 2B | 5A | 0 | 4F | 37 | 15 | 156 | 41 | 30 |
| Octal | 312 | 53 | 132 | 0 | 117 | 67 | 25 | 526 | 101 | 60 |
| Binary | 11001010 | 101011 | 1011010 | 0 | 1001111 | 110111 | 10101 | 101010110 | 1000001 | 110000 |
Color Harmonies of #CA2B5A
Complementary color
Monochromatic Colors of #CA2B5A
Black with #CA2B5A
Text Example
Text Example
White with #CA2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B5A; }
p { color: rgb(202,43,90); }
H1.HeaderClassName
{
color: #CA2B5A;
}
.AnyTagClassName
{
color: #CA2B5A;
}
</style>
background-color css
<style>
a { background-color: #CA2B5A; }
a { background-color: rgb(202,43,90); }
div.DivClassName
{
background-color: #CA2B5A;
}
.BgClassName
{
background-color: #CA2B5A;
}
</style>
border-color css
<style>
span { border-color: #CA2B5A; }
span { border-color: rgb(202,43,90); }
td.TdClassName
{
border-color: #CA2B5A;
}
.TagClassName
{
border-color: #CA2B5A;
}
</style>