Shades of Old Rose #CA2153
Tints of Old Rose #CA2153
RGB
CMYK
RGB Variations
Color information
#CA2153 (or 0xCA2153) is known color: Old Rose. HEX triplet: CA, 21 and 53. RGB value is (202,33,83). Sum of RGB (Red+Green+Blue) = 202+33+83=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2153 is #35DEAC. Grayscale: #595959. Windows color (decimal): -3530413 or 5448138. OLE color: 5448138.
HSL color Cylindrical-coordinate representation of color #CA2153: hue angle of 342.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2153 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 83 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.21 |
| HSL | 342.25º | 0.72% | 0.46% | - |
| HSV(B) | 342.25º | 0.84% | 0.79% | - |
| XYZ | 26.46 | 14.27 | 9.54 | - |
| YUV | 89.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 83 | 0 | 0.84 | 0.59 | 0.21 | 342.25 | 0.72 | 0.46 |
| Hex | CA | 21 | 53 | 0 | 54 | 3B | 15 | 156 | 48 | 2E |
| Octal | 312 | 41 | 123 | 0 | 124 | 73 | 25 | 526 | 110 | 56 |
| Binary | 11001010 | 100001 | 1010011 | 0 | 1010100 | 111011 | 10101 | 101010110 | 1001000 | 101110 |
Color Harmonies of #CA2153
Complementary color
Monochromatic Colors of #CA2153
Black with #CA2153
Text Example
Text Example
White with #CA2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2153; }
p { color: rgb(202,33,83); }
H1.HeaderClassName
{
color: #CA2153;
}
.AnyTagClassName
{
color: #CA2153;
}
</style>
background-color css
<style>
a { background-color: #CA2153; }
a { background-color: rgb(202,33,83); }
div.DivClassName
{
background-color: #CA2153;
}
.BgClassName
{
background-color: #CA2153;
}
</style>
border-color css
<style>
span { border-color: #CA2153; }
span { border-color: rgb(202,33,83); }
td.TdClassName
{
border-color: #CA2153;
}
.TagClassName
{
border-color: #CA2153;
}
</style>