Shades of Old Rose #CA3C58
Tints of Old Rose #CA3C58
RGB
CMYK
RGB Variations
Color information
#CA3C58 (or 0xCA3C58) is known color: Old Rose. HEX triplet: CA, 3C and 58. RGB value is (202,60,88). Sum of RGB (Red+Green+Blue) = 202+60+88=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C58 is #35C3A7. Grayscale: #696969. Windows color (decimal): -3523496 or 5782730. OLE color: 5782730.
HSL color Cylindrical-coordinate representation of color #CA3C58: hue angle of 348.17º 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 #CA3C58 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 88 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.21 |
| HSL | 348.17º | 0.57% | 0.51% | - |
| HSV(B) | 348.17º | 0.7% | 0.79% | - |
| XYZ | 27.73 | 16.49 | 10.95 | - |
| YUV | 105.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 88 | 0 | 0.70 | 0.56 | 0.21 | 348.17 | 0.57 | 0.51 |
| Hex | CA | 3C | 58 | 0 | 46 | 38 | 15 | 15C | 39 | 33 |
| Octal | 312 | 74 | 130 | 0 | 106 | 70 | 25 | 534 | 71 | 63 |
| Binary | 11001010 | 111100 | 1011000 | 0 | 1000110 | 111000 | 10101 | 101011100 | 111001 | 110011 |
Color Harmonies of #CA3C58
Complementary color
Monochromatic Colors of #CA3C58
Black with #CA3C58
Text Example
Text Example
White with #CA3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C58; }
p { color: rgb(202,60,88); }
H1.HeaderClassName
{
color: #CA3C58;
}
.AnyTagClassName
{
color: #CA3C58;
}
</style>
background-color css
<style>
a { background-color: #CA3C58; }
a { background-color: rgb(202,60,88); }
div.DivClassName
{
background-color: #CA3C58;
}
.BgClassName
{
background-color: #CA3C58;
}
</style>
border-color css
<style>
span { border-color: #CA3C58; }
span { border-color: rgb(202,60,88); }
td.TdClassName
{
border-color: #CA3C58;
}
.TagClassName
{
border-color: #CA3C58;
}
</style>