Shades of Old Rose #CA214C
Tints of Old Rose #CA214C
RGB
CMYK
RGB Variations
Color information
#CA214C (or 0xCA214C) is known color: Old Rose. HEX triplet: CA, 21 and 4C. RGB value is (202,33,76). Sum of RGB (Red+Green+Blue) = 202+33+76=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA214C is #35DEB3. Grayscale: #585858. Windows color (decimal): -3530420 or 4989386. OLE color: 4989386.
HSL color Cylindrical-coordinate representation of color #CA214C: hue angle of 344.73º 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 #CA214C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 76 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.21 |
| HSL | 344.73º | 0.72% | 0.46% | - |
| HSV(B) | 344.73º | 0.84% | 0.79% | - |
| XYZ | 26.21 | 14.17 | 8.19 | - |
| YUV | 88.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 76 | 0 | 0.84 | 0.62 | 0.21 | 344.73 | 0.72 | 0.46 |
| Hex | CA | 21 | 4C | 0 | 54 | 3E | 15 | 159 | 48 | 2E |
| Octal | 312 | 41 | 114 | 0 | 124 | 76 | 25 | 531 | 110 | 56 |
| Binary | 11001010 | 100001 | 1001100 | 0 | 1010100 | 111110 | 10101 | 101011001 | 1001000 | 101110 |
Color Harmonies of #CA214C
Complementary color
Monochromatic Colors of #CA214C
Black with #CA214C
Text Example
Text Example
White with #CA214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA214C; }
p { color: rgb(202,33,76); }
H1.HeaderClassName
{
color: #CA214C;
}
.AnyTagClassName
{
color: #CA214C;
}
</style>
background-color css
<style>
a { background-color: #CA214C; }
a { background-color: rgb(202,33,76); }
div.DivClassName
{
background-color: #CA214C;
}
.BgClassName
{
background-color: #CA214C;
}
</style>
border-color css
<style>
span { border-color: #CA214C; }
span { border-color: rgb(202,33,76); }
td.TdClassName
{
border-color: #CA214C;
}
.TagClassName
{
border-color: #CA214C;
}
</style>