Shades of Old Rose #CA2E4F
Tints of Old Rose #CA2E4F
RGB
CMYK
RGB Variations
Color information
#CA2E4F (or 0xCA2E4F) is known color: Old Rose. HEX triplet: CA, 2E and 4F. RGB value is (202,46,79). Sum of RGB (Red+Green+Blue) = 202+46+79=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E4F is #35D1B0. Grayscale: #606060. Windows color (decimal): -3527089 or 5189322. OLE color: 5189322.
HSL color Cylindrical-coordinate representation of color #CA2E4F: hue angle of 347.31º 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 #CA2E4F is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 79 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.21 |
| HSL | 347.31º | 0.63% | 0.49% | - |
| HSV(B) | 347.31º | 0.77% | 0.79% | - |
| XYZ | 26.75 | 15.08 | 8.9 | - |
| YUV | 96.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 79 | 0 | 0.77 | 0.61 | 0.21 | 347.31 | 0.63 | 0.49 |
| Hex | CA | 2E | 4F | 0 | 4D | 3D | 15 | 15B | 3F | 31 |
| Octal | 312 | 56 | 117 | 0 | 115 | 75 | 25 | 533 | 77 | 61 |
| Binary | 11001010 | 101110 | 1001111 | 0 | 1001101 | 111101 | 10101 | 101011011 | 111111 | 110001 |
Color Harmonies of #CA2E4F
Complementary color
Monochromatic Colors of #CA2E4F
Black with #CA2E4F
Text Example
Text Example
White with #CA2E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E4F; }
p { color: rgb(202,46,79); }
H1.HeaderClassName
{
color: #CA2E4F;
}
.AnyTagClassName
{
color: #CA2E4F;
}
</style>
background-color css
<style>
a { background-color: #CA2E4F; }
a { background-color: rgb(202,46,79); }
div.DivClassName
{
background-color: #CA2E4F;
}
.BgClassName
{
background-color: #CA2E4F;
}
</style>
border-color css
<style>
span { border-color: #CA2E4F; }
span { border-color: rgb(202,46,79); }
td.TdClassName
{
border-color: #CA2E4F;
}
.TagClassName
{
border-color: #CA2E4F;
}
</style>