Shades of Old Rose #C52E5C
Tints of Old Rose #C52E5C
RGB
CMYK
RGB Variations
Color information
#C52E5C (or 0xC52E5C) is known color: Old Rose. HEX triplet: C5, 2E and 5C. RGB value is (197,46,92). Sum of RGB (Red+Green+Blue) = 197+46+92=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E5C is #3AD1A3. Grayscale: #606060. Windows color (decimal): -3854756 or 6041285. OLE color: 6041285.
HSL color Cylindrical-coordinate representation of color #C52E5C: hue angle of 341.72º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E5C is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 92 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.23 |
| HSL | 341.72º | 0.62% | 0.48% | - |
| HSV(B) | 341.72º | 0.77% | 0.77% | - |
| XYZ | 25.93 | 14.6 | 11.58 | - |
| YUV | 96.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 92 | 0 | 0.77 | 0.53 | 0.23 | 341.72 | 0.62 | 0.48 |
| Hex | C5 | 2E | 5C | 0 | 4D | 35 | 17 | 156 | 3E | 30 |
| Octal | 305 | 56 | 134 | 0 | 115 | 65 | 27 | 526 | 76 | 60 |
| Binary | 11000101 | 101110 | 1011100 | 0 | 1001101 | 110101 | 10111 | 101010110 | 111110 | 110000 |
Color Harmonies of #C52E5C
Complementary color
Monochromatic Colors of #C52E5C
Black with #C52E5C
Text Example
Text Example
White with #C52E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E5C; }
p { color: rgb(197,46,92); }
H1.HeaderClassName
{
color: #C52E5C;
}
.AnyTagClassName
{
color: #C52E5C;
}
</style>
background-color css
<style>
a { background-color: #C52E5C; }
a { background-color: rgb(197,46,92); }
div.DivClassName
{
background-color: #C52E5C;
}
.BgClassName
{
background-color: #C52E5C;
}
</style>
border-color css
<style>
span { border-color: #C52E5C; }
span { border-color: rgb(197,46,92); }
td.TdClassName
{
border-color: #C52E5C;
}
.TagClassName
{
border-color: #C52E5C;
}
</style>