Shades of Old Rose #CA3C51
Tints of Old Rose #CA3C51
RGB
CMYK
RGB Variations
Color information
#CA3C51 (or 0xCA3C51) is known color: Old Rose. HEX triplet: CA, 3C and 51. RGB value is (202,60,81). Sum of RGB (Red+Green+Blue) = 202+60+81=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C51 is #35C3AE. Grayscale: #686868. Windows color (decimal): -3523503 or 5323978. OLE color: 5323978.
HSL color Cylindrical-coordinate representation of color #CA3C51: hue angle of 351.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C51 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 81 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.21 |
| HSL | 351.13º | 0.57% | 0.51% | - |
| HSV(B) | 351.13º | 0.7% | 0.79% | - |
| XYZ | 27.46 | 16.38 | 9.5 | - |
| YUV | 104.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 81 | 0 | 0.70 | 0.60 | 0.21 | 351.13 | 0.57 | 0.51 |
| Hex | CA | 3C | 51 | 0 | 46 | 3C | 15 | 15F | 39 | 33 |
| Octal | 312 | 74 | 121 | 0 | 106 | 74 | 25 | 537 | 71 | 63 |
| Binary | 11001010 | 111100 | 1010001 | 0 | 1000110 | 111100 | 10101 | 101011111 | 111001 | 110011 |
Color Harmonies of #CA3C51
Complementary color
Monochromatic Colors of #CA3C51
Black with #CA3C51
Text Example
Text Example
White with #CA3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C51; }
p { color: rgb(202,60,81); }
H1.HeaderClassName
{
color: #CA3C51;
}
.AnyTagClassName
{
color: #CA3C51;
}
</style>
background-color css
<style>
a { background-color: #CA3C51; }
a { background-color: rgb(202,60,81); }
div.DivClassName
{
background-color: #CA3C51;
}
.BgClassName
{
background-color: #CA3C51;
}
</style>
border-color css
<style>
span { border-color: #CA3C51; }
span { border-color: rgb(202,60,81); }
td.TdClassName
{
border-color: #CA3C51;
}
.TagClassName
{
border-color: #CA3C51;
}
</style>