Shades of Old Rose #C72458
Tints of Old Rose #C72458
RGB
CMYK
RGB Variations
Color information
#C72458 (or 0xC72458) is known color: Old Rose. HEX triplet: C7, 24 and 58. RGB value is (199,36,88). Sum of RGB (Red+Green+Blue) = 199+36+88=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C72458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72458 is #38DBA7. Grayscale: #5A5A5A. Windows color (decimal): -3726248 or 5776583. OLE color: 5776583.
HSL color Cylindrical-coordinate representation of color #C72458: hue angle of 340.86º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72458 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 88 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.22 |
| HSL | 340.86º | 0.69% | 0.46% | - |
| HSV(B) | 340.86º | 0.82% | 0.78% | - |
| XYZ | 25.95 | 14.11 | 10.59 | - |
| YUV | 90.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 88 | 0 | 0.82 | 0.56 | 0.22 | 340.86 | 0.69 | 0.46 |
| Hex | C7 | 24 | 58 | 0 | 52 | 38 | 16 | 155 | 45 | 2E |
| Octal | 307 | 44 | 130 | 0 | 122 | 70 | 26 | 525 | 105 | 56 |
| Binary | 11000111 | 100100 | 1011000 | 0 | 1010010 | 111000 | 10110 | 101010101 | 1000101 | 101110 |
Color Harmonies of #C72458
Complementary color
Monochromatic Colors of #C72458
Black with #C72458
Text Example
Text Example
White with #C72458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72458; }
p { color: rgb(199,36,88); }
H1.HeaderClassName
{
color: #C72458;
}
.AnyTagClassName
{
color: #C72458;
}
</style>
background-color css
<style>
a { background-color: #C72458; }
a { background-color: rgb(199,36,88); }
div.DivClassName
{
background-color: #C72458;
}
.BgClassName
{
background-color: #C72458;
}
</style>
border-color css
<style>
span { border-color: #C72458; }
span { border-color: rgb(199,36,88); }
td.TdClassName
{
border-color: #C72458;
}
.TagClassName
{
border-color: #C72458;
}
</style>