Shades of Old Rose #CA3C5A
Tints of Old Rose #CA3C5A
RGB
CMYK
RGB Variations
Color information
#CA3C5A (or 0xCA3C5A) is known color: Old Rose. HEX triplet: CA, 3C and 5A. RGB value is (202,60,90). Sum of RGB (Red+Green+Blue) = 202+60+90=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C5A is #35C3A5. Grayscale: #696969. Windows color (decimal): -3523494 or 5913802. OLE color: 5913802.
HSL color Cylindrical-coordinate representation of color #CA3C5A: hue angle of 347.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C5A is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 90 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.21 |
| HSL | 347.32º | 0.57% | 0.51% | - |
| HSV(B) | 347.32º | 0.7% | 0.79% | - |
| XYZ | 27.82 | 16.53 | 11.4 | - |
| YUV | 105.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 90 | 0 | 0.70 | 0.55 | 0.21 | 347.32 | 0.57 | 0.51 |
| Hex | CA | 3C | 5A | 0 | 46 | 37 | 15 | 15B | 39 | 33 |
| Octal | 312 | 74 | 132 | 0 | 106 | 67 | 25 | 533 | 71 | 63 |
| Binary | 11001010 | 111100 | 1011010 | 0 | 1000110 | 110111 | 10101 | 101011011 | 111001 | 110011 |
Color Harmonies of #CA3C5A
Complementary color
Monochromatic Colors of #CA3C5A
Black with #CA3C5A
Text Example
Text Example
White with #CA3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C5A; }
p { color: rgb(202,60,90); }
H1.HeaderClassName
{
color: #CA3C5A;
}
.AnyTagClassName
{
color: #CA3C5A;
}
</style>
background-color css
<style>
a { background-color: #CA3C5A; }
a { background-color: rgb(202,60,90); }
div.DivClassName
{
background-color: #CA3C5A;
}
.BgClassName
{
background-color: #CA3C5A;
}
</style>
border-color css
<style>
span { border-color: #CA3C5A; }
span { border-color: rgb(202,60,90); }
td.TdClassName
{
border-color: #CA3C5A;
}
.TagClassName
{
border-color: #CA3C5A;
}
</style>