Shades of Old Rose #CA3F53
Tints of Old Rose #CA3F53
RGB
CMYK
RGB Variations
Color information
#CA3F53 (or 0xCA3F53) is known color: Old Rose. HEX triplet: CA, 3F and 53. RGB value is (202,63,83). Sum of RGB (Red+Green+Blue) = 202+63+83=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F53 is #35C0AC. Grayscale: #6A6A6A. Windows color (decimal): -3522733 or 5455818. OLE color: 5455818.
HSL color Cylindrical-coordinate representation of color #CA3F53: hue angle of 351.37º 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 #CA3F53 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 83 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.21 |
| HSL | 351.37º | 0.57% | 0.52% | - |
| HSV(B) | 351.37º | 0.69% | 0.79% | - |
| XYZ | 27.7 | 16.74 | 9.95 | - |
| YUV | 106.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 83 | 0 | 0.69 | 0.59 | 0.21 | 351.37 | 0.57 | 0.52 |
| Hex | CA | 3F | 53 | 0 | 45 | 3B | 15 | 15F | 39 | 34 |
| Octal | 312 | 77 | 123 | 0 | 105 | 73 | 25 | 537 | 71 | 64 |
| Binary | 11001010 | 111111 | 1010011 | 0 | 1000101 | 111011 | 10101 | 101011111 | 111001 | 110100 |
Color Harmonies of #CA3F53
Complementary color
Monochromatic Colors of #CA3F53
Black with #CA3F53
Text Example
Text Example
White with #CA3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F53; }
p { color: rgb(202,63,83); }
H1.HeaderClassName
{
color: #CA3F53;
}
.AnyTagClassName
{
color: #CA3F53;
}
</style>
background-color css
<style>
a { background-color: #CA3F53; }
a { background-color: rgb(202,63,83); }
div.DivClassName
{
background-color: #CA3F53;
}
.BgClassName
{
background-color: #CA3F53;
}
</style>
border-color css
<style>
span { border-color: #CA3F53; }
span { border-color: rgb(202,63,83); }
td.TdClassName
{
border-color: #CA3F53;
}
.TagClassName
{
border-color: #CA3F53;
}
</style>