Shades of Old Rose #CA2B5C
Tints of Old Rose #CA2B5C
RGB
CMYK
RGB Variations
Color information
#CA2B5C (or 0xCA2B5C) is known color: Old Rose. HEX triplet: CA, 2B and 5C. RGB value is (202,43,92). Sum of RGB (Red+Green+Blue) = 202+43+92=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B5C is #35D4A3. Grayscale: #606060. Windows color (decimal): -3527844 or 6040522. OLE color: 6040522.
HSL color Cylindrical-coordinate representation of color #CA2B5C: hue angle of 341.51º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2B5C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 92 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.21 |
| HSL | 341.51º | 0.65% | 0.48% | - |
| HSV(B) | 341.51º | 0.79% | 0.79% | - |
| XYZ | 27.15 | 15.06 | 11.6 | - |
| YUV | 96.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 92 | 0 | 0.79 | 0.54 | 0.21 | 341.51 | 0.65 | 0.48 |
| Hex | CA | 2B | 5C | 0 | 4F | 36 | 15 | 156 | 41 | 30 |
| Octal | 312 | 53 | 134 | 0 | 117 | 66 | 25 | 526 | 101 | 60 |
| Binary | 11001010 | 101011 | 1011100 | 0 | 1001111 | 110110 | 10101 | 101010110 | 1000001 | 110000 |
Color Harmonies of #CA2B5C
Complementary color
Monochromatic Colors of #CA2B5C
Black with #CA2B5C
Text Example
Text Example
White with #CA2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B5C; }
p { color: rgb(202,43,92); }
H1.HeaderClassName
{
color: #CA2B5C;
}
.AnyTagClassName
{
color: #CA2B5C;
}
</style>
background-color css
<style>
a { background-color: #CA2B5C; }
a { background-color: rgb(202,43,92); }
div.DivClassName
{
background-color: #CA2B5C;
}
.BgClassName
{
background-color: #CA2B5C;
}
</style>
border-color css
<style>
span { border-color: #CA2B5C; }
span { border-color: rgb(202,43,92); }
td.TdClassName
{
border-color: #CA2B5C;
}
.TagClassName
{
border-color: #CA2B5C;
}
</style>