Shades of Old Rose #CA3A55
Tints of Old Rose #CA3A55
RGB
CMYK
RGB Variations
Color information
#CA3A55 (or 0xCA3A55) is known color: Old Rose. HEX triplet: CA, 3A and 55. RGB value is (202,58,85). Sum of RGB (Red+Green+Blue) = 202+58+85=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A55 is #35C5AA. Grayscale: #686868. Windows color (decimal): -3524011 or 5585610. OLE color: 5585610.
HSL color Cylindrical-coordinate representation of color #CA3A55: hue angle of 348.75º 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 #CA3A55 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 85 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.21 |
| HSL | 348.75º | 0.58% | 0.51% | - |
| HSV(B) | 348.75º | 0.71% | 0.79% | - |
| XYZ | 27.51 | 16.24 | 10.28 | - |
| YUV | 104.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 85 | 0 | 0.71 | 0.58 | 0.21 | 348.75 | 0.58 | 0.51 |
| Hex | CA | 3A | 55 | 0 | 47 | 3A | 15 | 15D | 3A | 33 |
| Octal | 312 | 72 | 125 | 0 | 107 | 72 | 25 | 535 | 72 | 63 |
| Binary | 11001010 | 111010 | 1010101 | 0 | 1000111 | 111010 | 10101 | 101011101 | 111010 | 110011 |
Color Harmonies of #CA3A55
Complementary color
Monochromatic Colors of #CA3A55
Black with #CA3A55
Text Example
Text Example
White with #CA3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A55; }
p { color: rgb(202,58,85); }
H1.HeaderClassName
{
color: #CA3A55;
}
.AnyTagClassName
{
color: #CA3A55;
}
</style>
background-color css
<style>
a { background-color: #CA3A55; }
a { background-color: rgb(202,58,85); }
div.DivClassName
{
background-color: #CA3A55;
}
.BgClassName
{
background-color: #CA3A55;
}
</style>
border-color css
<style>
span { border-color: #CA3A55; }
span { border-color: rgb(202,58,85); }
td.TdClassName
{
border-color: #CA3A55;
}
.TagClassName
{
border-color: #CA3A55;
}
</style>