Shades of Old Rose #C52653
Tints of Old Rose #C52653
RGB
CMYK
RGB Variations
Color information
#C52653 (or 0xC52653) is known color: Old Rose. HEX triplet: C5, 26 and 53. RGB value is (197,38,83). Sum of RGB (Red+Green+Blue) = 197+38+83=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C52653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52653 is #3AD9AC. Grayscale: #5A5A5A. Windows color (decimal): -3856813 or 5449413. OLE color: 5449413.
HSL color Cylindrical-coordinate representation of color #C52653: hue angle of 343.02º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52653 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 83 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.23 |
| HSL | 343.02º | 0.68% | 0.46% | - |
| HSV(B) | 343.02º | 0.81% | 0.77% | - |
| XYZ | 25.28 | 13.88 | 9.53 | - |
| YUV | 90.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 83 | 0 | 0.81 | 0.58 | 0.23 | 343.02 | 0.68 | 0.46 |
| Hex | C5 | 26 | 53 | 0 | 51 | 3A | 17 | 157 | 44 | 2E |
| Octal | 305 | 46 | 123 | 0 | 121 | 72 | 27 | 527 | 104 | 56 |
| Binary | 11000101 | 100110 | 1010011 | 0 | 1010001 | 111010 | 10111 | 101010111 | 1000100 | 101110 |
Color Harmonies of #C52653
Complementary color
Monochromatic Colors of #C52653
Black with #C52653
Text Example
Text Example
White with #C52653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52653; }
p { color: rgb(197,38,83); }
H1.HeaderClassName
{
color: #C52653;
}
.AnyTagClassName
{
color: #C52653;
}
</style>
background-color css
<style>
a { background-color: #C52653; }
a { background-color: rgb(197,38,83); }
div.DivClassName
{
background-color: #C52653;
}
.BgClassName
{
background-color: #C52653;
}
</style>
border-color css
<style>
span { border-color: #C52653; }
span { border-color: rgb(197,38,83); }
td.TdClassName
{
border-color: #C52653;
}
.TagClassName
{
border-color: #C52653;
}
</style>