Shades of Old Rose #C52B5B
Tints of Old Rose #C52B5B
RGB
CMYK
RGB Variations
Color information
#C52B5B (or 0xC52B5B) is known color: Old Rose. HEX triplet: C5, 2B and 5B. RGB value is (197,43,91). Sum of RGB (Red+Green+Blue) = 197+43+91=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52B5B is #3AD4A4. Grayscale: #5E5E5E. Windows color (decimal): -3855525 or 5974981. OLE color: 5974981.
HSL color Cylindrical-coordinate representation of color #C52B5B: hue angle of 341.3º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52B5B is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 91 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.23 |
| HSL | 341.3º | 0.64% | 0.47% | - |
| HSV(B) | 341.3º | 0.78% | 0.77% | - |
| XYZ | 25.78 | 14.35 | 11.31 | - |
| YUV | 94.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 91 | 0 | 0.78 | 0.54 | 0.23 | 341.3 | 0.64 | 0.47 |
| Hex | C5 | 2B | 5B | 0 | 4E | 36 | 17 | 155 | 40 | 2F |
| Octal | 305 | 53 | 133 | 0 | 116 | 66 | 27 | 525 | 100 | 57 |
| Binary | 11000101 | 101011 | 1011011 | 0 | 1001110 | 110110 | 10111 | 101010101 | 1000000 | 101111 |
Color Harmonies of #C52B5B
Complementary color
Monochromatic Colors of #C52B5B
Black with #C52B5B
Text Example
Text Example
White with #C52B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B5B; }
p { color: rgb(197,43,91); }
H1.HeaderClassName
{
color: #C52B5B;
}
.AnyTagClassName
{
color: #C52B5B;
}
</style>
background-color css
<style>
a { background-color: #C52B5B; }
a { background-color: rgb(197,43,91); }
div.DivClassName
{
background-color: #C52B5B;
}
.BgClassName
{
background-color: #C52B5B;
}
</style>
border-color css
<style>
span { border-color: #C52B5B; }
span { border-color: rgb(197,43,91); }
td.TdClassName
{
border-color: #C52B5B;
}
.TagClassName
{
border-color: #C52B5B;
}
</style>