Shades of Old Rose #CA3E51
Tints of Old Rose #CA3E51
RGB
CMYK
RGB Variations
Color information
#CA3E51 (or 0xCA3E51) is known color: Old Rose. HEX triplet: CA, 3E and 51. RGB value is (202,62,81). Sum of RGB (Red+Green+Blue) = 202+62+81=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E51 is #35C1AE. Grayscale: #6A6A6A. Windows color (decimal): -3522991 or 5324490. OLE color: 5324490.
HSL color Cylindrical-coordinate representation of color #CA3E51: hue angle of 351.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E51 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 81 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.21 |
| HSL | 351.86º | 0.57% | 0.52% | - |
| HSV(B) | 351.86º | 0.69% | 0.79% | - |
| XYZ | 27.56 | 16.6 | 9.54 | - |
| YUV | 106.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 81 | 0 | 0.69 | 0.60 | 0.21 | 351.86 | 0.57 | 0.52 |
| Hex | CA | 3E | 51 | 0 | 45 | 3C | 15 | 160 | 39 | 34 |
| Octal | 312 | 76 | 121 | 0 | 105 | 74 | 25 | 540 | 71 | 64 |
| Binary | 11001010 | 111110 | 1010001 | 0 | 1000101 | 111100 | 10101 | 101100000 | 111001 | 110100 |
Color Harmonies of #CA3E51
Complementary color
Monochromatic Colors of #CA3E51
Black with #CA3E51
Text Example
Text Example
White with #CA3E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E51; }
p { color: rgb(202,62,81); }
H1.HeaderClassName
{
color: #CA3E51;
}
.AnyTagClassName
{
color: #CA3E51;
}
</style>
background-color css
<style>
a { background-color: #CA3E51; }
a { background-color: rgb(202,62,81); }
div.DivClassName
{
background-color: #CA3E51;
}
.BgClassName
{
background-color: #CA3E51;
}
</style>
border-color css
<style>
span { border-color: #CA3E51; }
span { border-color: rgb(202,62,81); }
td.TdClassName
{
border-color: #CA3E51;
}
.TagClassName
{
border-color: #CA3E51;
}
</style>