Shades of Old Rose #CA1850
Tints of Old Rose #CA1850
RGB
CMYK
RGB Variations
Color information
#CA1850 (or 0xCA1850) is known color: Old Rose. HEX triplet: CA, 18 and 50. RGB value is (202,24,80). Sum of RGB (Red+Green+Blue) = 202+24+80=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1850 is #35E7AF. Grayscale: #535353. Windows color (decimal): -3532720 or 5249226. OLE color: 5249226.
HSL color Cylindrical-coordinate representation of color #CA1850: hue angle of 341.12º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1850 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 80 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.21 |
| HSL | 341.12º | 0.79% | 0.44% | - |
| HSV(B) | 341.12º | 0.88% | 0.79% | - |
| XYZ | 26.13 | 13.79 | 8.87 | - |
| YUV | 83.61 | 125.97 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 80 | 0 | 0.88 | 0.60 | 0.21 | 341.12 | 0.79 | 0.44 |
| Hex | CA | 18 | 50 | 0 | 58 | 3C | 15 | 155 | 4F | 2C |
| Octal | 312 | 30 | 120 | 0 | 130 | 74 | 25 | 525 | 117 | 54 |
| Binary | 11001010 | 11000 | 1010000 | 0 | 1011000 | 111100 | 10101 | 101010101 | 1001111 | 101100 |
Color Harmonies of #CA1850
Complementary color
Monochromatic Colors of #CA1850
Black with #CA1850
Text Example
Text Example
White with #CA1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1850; }
p { color: rgb(202,24,80); }
H1.HeaderClassName
{
color: #CA1850;
}
.AnyTagClassName
{
color: #CA1850;
}
</style>
background-color css
<style>
a { background-color: #CA1850; }
a { background-color: rgb(202,24,80); }
div.DivClassName
{
background-color: #CA1850;
}
.BgClassName
{
background-color: #CA1850;
}
</style>
border-color css
<style>
span { border-color: #CA1850; }
span { border-color: rgb(202,24,80); }
td.TdClassName
{
border-color: #CA1850;
}
.TagClassName
{
border-color: #CA1850;
}
</style>