Shades of Old Rose #CA3458
Tints of Old Rose #CA3458
RGB
CMYK
RGB Variations
Color information
#CA3458 (or 0xCA3458) is known color: Old Rose. HEX triplet: CA, 34 and 58. RGB value is (202,52,88). Sum of RGB (Red+Green+Blue) = 202+52+88=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3458 is #35CBA7. Grayscale: #646464. Windows color (decimal): -3525544 or 5780682. OLE color: 5780682.
HSL color Cylindrical-coordinate representation of color #CA3458: hue angle of 345.6º degrees, saturation: 0.59, 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 #CA3458 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 88 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.21 |
| HSL | 345.6º | 0.59% | 0.5% | - |
| HSV(B) | 345.6º | 0.74% | 0.79% | - |
| XYZ | 27.35 | 15.72 | 10.82 | - |
| YUV | 100.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 88 | 0 | 0.74 | 0.56 | 0.21 | 345.6 | 0.59 | 0.5 |
| Hex | CA | 34 | 58 | 0 | 4A | 38 | 15 | 15A | 3B | 32 |
| Octal | 312 | 64 | 130 | 0 | 112 | 70 | 25 | 532 | 73 | 62 |
| Binary | 11001010 | 110100 | 1011000 | 0 | 1001010 | 111000 | 10101 | 101011010 | 111011 | 110010 |
Color Harmonies of #CA3458
Complementary color
Monochromatic Colors of #CA3458
Black with #CA3458
Text Example
Text Example
White with #CA3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3458; }
p { color: rgb(202,52,88); }
H1.HeaderClassName
{
color: #CA3458;
}
.AnyTagClassName
{
color: #CA3458;
}
</style>
background-color css
<style>
a { background-color: #CA3458; }
a { background-color: rgb(202,52,88); }
div.DivClassName
{
background-color: #CA3458;
}
.BgClassName
{
background-color: #CA3458;
}
</style>
border-color css
<style>
span { border-color: #CA3458; }
span { border-color: rgb(202,52,88); }
td.TdClassName
{
border-color: #CA3458;
}
.TagClassName
{
border-color: #CA3458;
}
</style>