Shades of Old Rose #CA2D4B
Tints of Old Rose #CA2D4B
RGB
CMYK
RGB Variations
Color information
#CA2D4B (or 0xCA2D4B) is known color: Old Rose. HEX triplet: CA, 2D and 4B. RGB value is (202,45,75). Sum of RGB (Red+Green+Blue) = 202+45+75=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D4B is #35D2B4. Grayscale: #5F5F5F. Windows color (decimal): -3527349 or 4926922. OLE color: 4926922.
HSL color Cylindrical-coordinate representation of color #CA2D4B: hue angle of 348.54º 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 #CA2D4B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 75 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.21 |
| HSL | 348.54º | 0.64% | 0.48% | - |
| HSV(B) | 348.54º | 0.78% | 0.79% | - |
| XYZ | 26.57 | 14.94 | 8.14 | - |
| YUV | 95.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 75 | 0 | 0.78 | 0.63 | 0.21 | 348.54 | 0.64 | 0.48 |
| Hex | CA | 2D | 4B | 0 | 4E | 3F | 15 | 15D | 40 | 30 |
| Octal | 312 | 55 | 113 | 0 | 116 | 77 | 25 | 535 | 100 | 60 |
| Binary | 11001010 | 101101 | 1001011 | 0 | 1001110 | 111111 | 10101 | 101011101 | 1000000 | 110000 |
Color Harmonies of #CA2D4B
Complementary color
Monochromatic Colors of #CA2D4B
Black with #CA2D4B
Text Example
Text Example
White with #CA2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D4B; }
p { color: rgb(202,45,75); }
H1.HeaderClassName
{
color: #CA2D4B;
}
.AnyTagClassName
{
color: #CA2D4B;
}
</style>
background-color css
<style>
a { background-color: #CA2D4B; }
a { background-color: rgb(202,45,75); }
div.DivClassName
{
background-color: #CA2D4B;
}
.BgClassName
{
background-color: #CA2D4B;
}
</style>
border-color css
<style>
span { border-color: #CA2D4B; }
span { border-color: rgb(202,45,75); }
td.TdClassName
{
border-color: #CA2D4B;
}
.TagClassName
{
border-color: #CA2D4B;
}
</style>