Shades of Old Rose #CA2D5B
Tints of Old Rose #CA2D5B
RGB
CMYK
RGB Variations
Color information
#CA2D5B (or 0xCA2D5B) is known color: Old Rose. HEX triplet: CA, 2D and 5B. RGB value is (202,45,91). Sum of RGB (Red+Green+Blue) = 202+45+91=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D5B is #35D2A4. Grayscale: #616161. Windows color (decimal): -3527333 or 5975498. OLE color: 5975498.
HSL color Cylindrical-coordinate representation of color #CA2D5B: hue angle of 342.42º 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 #CA2D5B is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 91 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.21 |
| HSL | 342.42º | 0.64% | 0.48% | - |
| HSV(B) | 342.42º | 0.78% | 0.79% | - |
| XYZ | 27.18 | 15.19 | 11.4 | - |
| YUV | 97.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 91 | 0 | 0.78 | 0.55 | 0.21 | 342.42 | 0.64 | 0.48 |
| Hex | CA | 2D | 5B | 0 | 4E | 37 | 15 | 156 | 40 | 30 |
| Octal | 312 | 55 | 133 | 0 | 116 | 67 | 25 | 526 | 100 | 60 |
| Binary | 11001010 | 101101 | 1011011 | 0 | 1001110 | 110111 | 10101 | 101010110 | 1000000 | 110000 |
Color Harmonies of #CA2D5B
Complementary color
Monochromatic Colors of #CA2D5B
Black with #CA2D5B
Text Example
Text Example
White with #CA2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D5B; }
p { color: rgb(202,45,91); }
H1.HeaderClassName
{
color: #CA2D5B;
}
.AnyTagClassName
{
color: #CA2D5B;
}
</style>
background-color css
<style>
a { background-color: #CA2D5B; }
a { background-color: rgb(202,45,91); }
div.DivClassName
{
background-color: #CA2D5B;
}
.BgClassName
{
background-color: #CA2D5B;
}
</style>
border-color css
<style>
span { border-color: #CA2D5B; }
span { border-color: rgb(202,45,91); }
td.TdClassName
{
border-color: #CA2D5B;
}
.TagClassName
{
border-color: #CA2D5B;
}
</style>