Shades of Old Rose #C52952
Tints of Old Rose #C52952
RGB
CMYK
RGB Variations
Color information
#C52952 (or 0xC52952) is known color: Old Rose. HEX triplet: C5, 29 and 52. RGB value is (197,41,82). Sum of RGB (Red+Green+Blue) = 197+41+82=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C52952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52952 is #3AD6AD. Grayscale: #5C5C5C. Windows color (decimal): -3856046 or 5384645. OLE color: 5384645.
HSL color Cylindrical-coordinate representation of color #C52952: hue angle of 344.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52952 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 82 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.23 |
| HSL | 344.23º | 0.66% | 0.47% | - |
| HSV(B) | 344.23º | 0.79% | 0.77% | - |
| XYZ | 25.34 | 14.07 | 9.36 | - |
| YUV | 92.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 82 | 0 | 0.79 | 0.58 | 0.23 | 344.23 | 0.66 | 0.47 |
| Hex | C5 | 29 | 52 | 0 | 4F | 3A | 17 | 158 | 42 | 2F |
| Octal | 305 | 51 | 122 | 0 | 117 | 72 | 27 | 530 | 102 | 57 |
| Binary | 11000101 | 101001 | 1010010 | 0 | 1001111 | 111010 | 10111 | 101011000 | 1000010 | 101111 |
Color Harmonies of #C52952
Complementary color
Monochromatic Colors of #C52952
Black with #C52952
Text Example
Text Example
White with #C52952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52952; }
p { color: rgb(197,41,82); }
H1.HeaderClassName
{
color: #C52952;
}
.AnyTagClassName
{
color: #C52952;
}
</style>
background-color css
<style>
a { background-color: #C52952; }
a { background-color: rgb(197,41,82); }
div.DivClassName
{
background-color: #C52952;
}
.BgClassName
{
background-color: #C52952;
}
</style>
border-color css
<style>
span { border-color: #C52952; }
span { border-color: rgb(197,41,82); }
td.TdClassName
{
border-color: #C52952;
}
.TagClassName
{
border-color: #C52952;
}
</style>