Shades of Old Rose #CA2E4C
Tints of Old Rose #CA2E4C
RGB
CMYK
RGB Variations
Color information
#CA2E4C (or 0xCA2E4C) is known color: Old Rose. HEX triplet: CA, 2E and 4C. RGB value is (202,46,76). Sum of RGB (Red+Green+Blue) = 202+46+76=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E4C is #35D1B3. Grayscale: #606060. Windows color (decimal): -3527092 or 4992714. OLE color: 4992714.
HSL color Cylindrical-coordinate representation of color #CA2E4C: hue angle of 348.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E4C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 76 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.21 |
| HSL | 348.46º | 0.63% | 0.49% | - |
| HSV(B) | 348.46º | 0.77% | 0.79% | - |
| XYZ | 26.64 | 15.03 | 8.33 | - |
| YUV | 96.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 76 | 0 | 0.77 | 0.62 | 0.21 | 348.46 | 0.63 | 0.49 |
| Hex | CA | 2E | 4C | 0 | 4D | 3E | 15 | 15C | 3F | 31 |
| Octal | 312 | 56 | 114 | 0 | 115 | 76 | 25 | 534 | 77 | 61 |
| Binary | 11001010 | 101110 | 1001100 | 0 | 1001101 | 111110 | 10101 | 101011100 | 111111 | 110001 |
Color Harmonies of #CA2E4C
Complementary color
Monochromatic Colors of #CA2E4C
Black with #CA2E4C
Text Example
Text Example
White with #CA2E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E4C; }
p { color: rgb(202,46,76); }
H1.HeaderClassName
{
color: #CA2E4C;
}
.AnyTagClassName
{
color: #CA2E4C;
}
</style>
background-color css
<style>
a { background-color: #CA2E4C; }
a { background-color: rgb(202,46,76); }
div.DivClassName
{
background-color: #CA2E4C;
}
.BgClassName
{
background-color: #CA2E4C;
}
</style>
border-color css
<style>
span { border-color: #CA2E4C; }
span { border-color: rgb(202,46,76); }
td.TdClassName
{
border-color: #CA2E4C;
}
.TagClassName
{
border-color: #CA2E4C;
}
</style>