Shades of Old Rose #CA3558
Tints of Old Rose #CA3558
RGB
CMYK
RGB Variations
Color information
#CA3558 (or 0xCA3558) is known color: Old Rose. HEX triplet: CA, 35 and 58. RGB value is (202,53,88). Sum of RGB (Red+Green+Blue) = 202+53+88=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3558 is #35CAA7. Grayscale: #656565. Windows color (decimal): -3525288 or 5780938. OLE color: 5780938.
HSL color Cylindrical-coordinate representation of color #CA3558: hue angle of 345.91º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3558 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 88 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.21 |
| HSL | 345.91º | 0.58% | 0.5% | - |
| HSV(B) | 345.91º | 0.74% | 0.79% | - |
| XYZ | 27.39 | 15.81 | 10.84 | - |
| YUV | 101.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 88 | 0 | 0.74 | 0.56 | 0.21 | 345.91 | 0.58 | 0.5 |
| Hex | CA | 35 | 58 | 0 | 4A | 38 | 15 | 15A | 3A | 32 |
| Octal | 312 | 65 | 130 | 0 | 112 | 70 | 25 | 532 | 72 | 62 |
| Binary | 11001010 | 110101 | 1011000 | 0 | 1001010 | 111000 | 10101 | 101011010 | 111010 | 110010 |
Color Harmonies of #CA3558
Complementary color
Monochromatic Colors of #CA3558
Black with #CA3558
Text Example
Text Example
White with #CA3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3558; }
p { color: rgb(202,53,88); }
H1.HeaderClassName
{
color: #CA3558;
}
.AnyTagClassName
{
color: #CA3558;
}
</style>
background-color css
<style>
a { background-color: #CA3558; }
a { background-color: rgb(202,53,88); }
div.DivClassName
{
background-color: #CA3558;
}
.BgClassName
{
background-color: #CA3558;
}
</style>
border-color css
<style>
span { border-color: #CA3558; }
span { border-color: rgb(202,53,88); }
td.TdClassName
{
border-color: #CA3558;
}
.TagClassName
{
border-color: #CA3558;
}
</style>