Shades of Old Rose #CA2C4C
Tints of Old Rose #CA2C4C
RGB
CMYK
RGB Variations
Color information
#CA2C4C (or 0xCA2C4C) is known color: Old Rose. HEX triplet: CA, 2C and 4C. RGB value is (202,44,76). Sum of RGB (Red+Green+Blue) = 202+44+76=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C4C is #35D3B3. Grayscale: #5E5E5E. Windows color (decimal): -3527604 or 4992202. OLE color: 4992202.
HSL color Cylindrical-coordinate representation of color #CA2C4C: hue angle of 347.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C4C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 76 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.21 |
| HSL | 347.85º | 0.64% | 0.48% | - |
| HSV(B) | 347.85º | 0.78% | 0.79% | - |
| XYZ | 26.56 | 14.88 | 8.31 | - |
| YUV | 94.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 76 | 0 | 0.78 | 0.62 | 0.21 | 347.85 | 0.64 | 0.48 |
| Hex | CA | 2C | 4C | 0 | 4E | 3E | 15 | 15C | 40 | 30 |
| Octal | 312 | 54 | 114 | 0 | 116 | 76 | 25 | 534 | 100 | 60 |
| Binary | 11001010 | 101100 | 1001100 | 0 | 1001110 | 111110 | 10101 | 101011100 | 1000000 | 110000 |
Color Harmonies of #CA2C4C
Complementary color
Monochromatic Colors of #CA2C4C
Black with #CA2C4C
Text Example
Text Example
White with #CA2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C4C; }
p { color: rgb(202,44,76); }
H1.HeaderClassName
{
color: #CA2C4C;
}
.AnyTagClassName
{
color: #CA2C4C;
}
</style>
background-color css
<style>
a { background-color: #CA2C4C; }
a { background-color: rgb(202,44,76); }
div.DivClassName
{
background-color: #CA2C4C;
}
.BgClassName
{
background-color: #CA2C4C;
}
</style>
border-color css
<style>
span { border-color: #CA2C4C; }
span { border-color: rgb(202,44,76); }
td.TdClassName
{
border-color: #CA2C4C;
}
.TagClassName
{
border-color: #CA2C4C;
}
</style>