Shades of Old Rose #CA1C52
Tints of Old Rose #CA1C52
RGB
CMYK
RGB Variations
Color information
#CA1C52 (or 0xCA1C52) is known color: Old Rose. HEX triplet: CA, 1C and 52. RGB value is (202,28,82). Sum of RGB (Red+Green+Blue) = 202+28+82=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C52 is #35E3AD. Grayscale: #565656. Windows color (decimal): -3531694 or 5381322. OLE color: 5381322.
HSL color Cylindrical-coordinate representation of color #CA1C52: hue angle of 341.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C52 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 82 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.21 |
| HSL | 341.38º | 0.76% | 0.45% | - |
| HSV(B) | 341.38º | 0.86% | 0.79% | - |
| XYZ | 26.3 | 14 | 9.3 | - |
| YUV | 86.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 82 | 0 | 0.86 | 0.59 | 0.21 | 341.38 | 0.76 | 0.45 |
| Hex | CA | 1C | 52 | 0 | 56 | 3B | 15 | 155 | 4C | 2D |
| Octal | 312 | 34 | 122 | 0 | 126 | 73 | 25 | 525 | 114 | 55 |
| Binary | 11001010 | 11100 | 1010010 | 0 | 1010110 | 111011 | 10101 | 101010101 | 1001100 | 101101 |
Color Harmonies of #CA1C52
Complementary color
Monochromatic Colors of #CA1C52
Black with #CA1C52
Text Example
Text Example
White with #CA1C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1C52; }
p { color: rgb(202,28,82); }
H1.HeaderClassName
{
color: #CA1C52;
}
.AnyTagClassName
{
color: #CA1C52;
}
</style>
background-color css
<style>
a { background-color: #CA1C52; }
a { background-color: rgb(202,28,82); }
div.DivClassName
{
background-color: #CA1C52;
}
.BgClassName
{
background-color: #CA1C52;
}
</style>
border-color css
<style>
span { border-color: #CA1C52; }
span { border-color: rgb(202,28,82); }
td.TdClassName
{
border-color: #CA1C52;
}
.TagClassName
{
border-color: #CA1C52;
}
</style>