Shades of Old Rose #CA2D4C
Tints of Old Rose #CA2D4C
RGB
CMYK
RGB Variations
Color information
#CA2D4C (or 0xCA2D4C) is known color: Old Rose. HEX triplet: CA, 2D and 4C. RGB value is (202,45,76). Sum of RGB (Red+Green+Blue) = 202+45+76=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D4C is #35D2B3. Grayscale: #5F5F5F. Windows color (decimal): -3527348 or 4992458. OLE color: 4992458.
HSL color Cylindrical-coordinate representation of color #CA2D4C: hue angle of 348.15º 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 #CA2D4C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 76 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.21 |
| HSL | 348.15º | 0.64% | 0.48% | - |
| HSV(B) | 348.15º | 0.78% | 0.79% | - |
| XYZ | 26.6 | 14.96 | 8.32 | - |
| YUV | 95.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 76 | 0 | 0.78 | 0.62 | 0.21 | 348.15 | 0.64 | 0.48 |
| Hex | CA | 2D | 4C | 0 | 4E | 3E | 15 | 15C | 40 | 30 |
| Octal | 312 | 55 | 114 | 0 | 116 | 76 | 25 | 534 | 100 | 60 |
| Binary | 11001010 | 101101 | 1001100 | 0 | 1001110 | 111110 | 10101 | 101011100 | 1000000 | 110000 |
Color Harmonies of #CA2D4C
Complementary color
Monochromatic Colors of #CA2D4C
Black with #CA2D4C
Text Example
Text Example
White with #CA2D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D4C; }
p { color: rgb(202,45,76); }
H1.HeaderClassName
{
color: #CA2D4C;
}
.AnyTagClassName
{
color: #CA2D4C;
}
</style>
background-color css
<style>
a { background-color: #CA2D4C; }
a { background-color: rgb(202,45,76); }
div.DivClassName
{
background-color: #CA2D4C;
}
.BgClassName
{
background-color: #CA2D4C;
}
</style>
border-color css
<style>
span { border-color: #CA2D4C; }
span { border-color: rgb(202,45,76); }
td.TdClassName
{
border-color: #CA2D4C;
}
.TagClassName
{
border-color: #CA2D4C;
}
</style>