Shades of Old Rose #C52C53
Tints of Old Rose #C52C53
RGB
CMYK
RGB Variations
Color information
#C52C53 (or 0xC52C53) is known color: Old Rose. HEX triplet: C5, 2C and 53. RGB value is (197,44,83). Sum of RGB (Red+Green+Blue) = 197+44+83=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C53 is #3AD3AC. Grayscale: #5E5E5E. Windows color (decimal): -3855277 or 5450949. OLE color: 5450949.
HSL color Cylindrical-coordinate representation of color #C52C53: hue angle of 344.71º degrees, saturation: 0.63, 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 #C52C53 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 83 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.23 |
| HSL | 344.71º | 0.63% | 0.47% | - |
| HSV(B) | 344.71º | 0.78% | 0.77% | - |
| XYZ | 25.49 | 14.3 | 9.6 | - |
| YUV | 94.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 83 | 0 | 0.78 | 0.58 | 0.23 | 344.71 | 0.63 | 0.47 |
| Hex | C5 | 2C | 53 | 0 | 4E | 3A | 17 | 159 | 3F | 2F |
| Octal | 305 | 54 | 123 | 0 | 116 | 72 | 27 | 531 | 77 | 57 |
| Binary | 11000101 | 101100 | 1010011 | 0 | 1001110 | 111010 | 10111 | 101011001 | 111111 | 101111 |
Color Harmonies of #C52C53
Complementary color
Monochromatic Colors of #C52C53
Black with #C52C53
Text Example
Text Example
White with #C52C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C53; }
p { color: rgb(197,44,83); }
H1.HeaderClassName
{
color: #C52C53;
}
.AnyTagClassName
{
color: #C52C53;
}
</style>
background-color css
<style>
a { background-color: #C52C53; }
a { background-color: rgb(197,44,83); }
div.DivClassName
{
background-color: #C52C53;
}
.BgClassName
{
background-color: #C52C53;
}
</style>
border-color css
<style>
span { border-color: #C52C53; }
span { border-color: rgb(197,44,83); }
td.TdClassName
{
border-color: #C52C53;
}
.TagClassName
{
border-color: #C52C53;
}
</style>