Shades of Old Rose #CA1E58
Tints of Old Rose #CA1E58
RGB
CMYK
RGB Variations
Color information
#CA1E58 (or 0xCA1E58) is known color: Old Rose. HEX triplet: CA, 1E and 58. RGB value is (202,30,88). Sum of RGB (Red+Green+Blue) = 202+30+88=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E58 is #35E1A7. Grayscale: #575757. Windows color (decimal): -3531176 or 5775050. OLE color: 5775050.
HSL color Cylindrical-coordinate representation of color #CA1E58: hue angle of 339.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E58 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 88 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.21 |
| HSL | 339.77º | 0.74% | 0.45% | - |
| HSV(B) | 339.77º | 0.85% | 0.79% | - |
| XYZ | 26.58 | 14.19 | 10.57 | - |
| YUV | 88.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 88 | 0 | 0.85 | 0.56 | 0.21 | 339.77 | 0.74 | 0.45 |
| Hex | CA | 1E | 58 | 0 | 55 | 38 | 15 | 154 | 4A | 2D |
| Octal | 312 | 36 | 130 | 0 | 125 | 70 | 25 | 524 | 112 | 55 |
| Binary | 11001010 | 11110 | 1011000 | 0 | 1010101 | 111000 | 10101 | 101010100 | 1001010 | 101101 |
Color Harmonies of #CA1E58
Complementary color
Monochromatic Colors of #CA1E58
Black with #CA1E58
Text Example
Text Example
White with #CA1E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E58; }
p { color: rgb(202,30,88); }
H1.HeaderClassName
{
color: #CA1E58;
}
.AnyTagClassName
{
color: #CA1E58;
}
</style>
background-color css
<style>
a { background-color: #CA1E58; }
a { background-color: rgb(202,30,88); }
div.DivClassName
{
background-color: #CA1E58;
}
.BgClassName
{
background-color: #CA1E58;
}
</style>
border-color css
<style>
span { border-color: #CA1E58; }
span { border-color: rgb(202,30,88); }
td.TdClassName
{
border-color: #CA1E58;
}
.TagClassName
{
border-color: #CA1E58;
}
</style>