Shades of Old Rose #C52C4D
Tints of Old Rose #C52C4D
RGB
CMYK
RGB Variations
Color information
#C52C4D (or 0xC52C4D) is known color: Old Rose. HEX triplet: C5, 2C and 4D. RGB value is (197,44,77). Sum of RGB (Red+Green+Blue) = 197+44+77=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C4D is #3AD3B2. Grayscale: #5D5D5D. Windows color (decimal): -3855283 or 5057733. OLE color: 5057733.
HSL color Cylindrical-coordinate representation of color #C52C4D: hue angle of 347.06º 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 #C52C4D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 77 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.23 |
| HSL | 347.06º | 0.63% | 0.47% | - |
| HSV(B) | 347.06º | 0.78% | 0.77% | - |
| XYZ | 25.27 | 14.21 | 8.43 | - |
| YUV | 93.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 77 | 0 | 0.78 | 0.61 | 0.23 | 347.06 | 0.63 | 0.47 |
| Hex | C5 | 2C | 4D | 0 | 4E | 3D | 17 | 15B | 3F | 2F |
| Octal | 305 | 54 | 115 | 0 | 116 | 75 | 27 | 533 | 77 | 57 |
| Binary | 11000101 | 101100 | 1001101 | 0 | 1001110 | 111101 | 10111 | 101011011 | 111111 | 101111 |
Color Harmonies of #C52C4D
Complementary color
Monochromatic Colors of #C52C4D
Black with #C52C4D
Text Example
Text Example
White with #C52C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C4D; }
p { color: rgb(197,44,77); }
H1.HeaderClassName
{
color: #C52C4D;
}
.AnyTagClassName
{
color: #C52C4D;
}
</style>
background-color css
<style>
a { background-color: #C52C4D; }
a { background-color: rgb(197,44,77); }
div.DivClassName
{
background-color: #C52C4D;
}
.BgClassName
{
background-color: #C52C4D;
}
</style>
border-color css
<style>
span { border-color: #C52C4D; }
span { border-color: rgb(197,44,77); }
td.TdClassName
{
border-color: #C52C4D;
}
.TagClassName
{
border-color: #C52C4D;
}
</style>