Shades of Old Rose #CA3A58
Tints of Old Rose #CA3A58
RGB
CMYK
RGB Variations
Color information
#CA3A58 (or 0xCA3A58) is known color: Old Rose. HEX triplet: CA, 3A and 58. RGB value is (202,58,88). Sum of RGB (Red+Green+Blue) = 202+58+88=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A58 is #35C5A7. Grayscale: #686868. Windows color (decimal): -3524008 or 5782218. OLE color: 5782218.
HSL color Cylindrical-coordinate representation of color #CA3A58: hue angle of 347.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A58 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 88 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.21 |
| HSL | 347.5º | 0.58% | 0.51% | - |
| HSV(B) | 347.5º | 0.71% | 0.79% | - |
| XYZ | 27.63 | 16.29 | 10.92 | - |
| YUV | 104.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 88 | 0 | 0.71 | 0.56 | 0.21 | 347.5 | 0.58 | 0.51 |
| Hex | CA | 3A | 58 | 0 | 47 | 38 | 15 | 15C | 3A | 33 |
| Octal | 312 | 72 | 130 | 0 | 107 | 70 | 25 | 534 | 72 | 63 |
| Binary | 11001010 | 111010 | 1011000 | 0 | 1000111 | 111000 | 10101 | 101011100 | 111010 | 110011 |
Color Harmonies of #CA3A58
Complementary color
Monochromatic Colors of #CA3A58
Black with #CA3A58
Text Example
Text Example
White with #CA3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A58; }
p { color: rgb(202,58,88); }
H1.HeaderClassName
{
color: #CA3A58;
}
.AnyTagClassName
{
color: #CA3A58;
}
</style>
background-color css
<style>
a { background-color: #CA3A58; }
a { background-color: rgb(202,58,88); }
div.DivClassName
{
background-color: #CA3A58;
}
.BgClassName
{
background-color: #CA3A58;
}
</style>
border-color css
<style>
span { border-color: #CA3A58; }
span { border-color: rgb(202,58,88); }
td.TdClassName
{
border-color: #CA3A58;
}
.TagClassName
{
border-color: #CA3A58;
}
</style>