Shades of Old Rose #C72460
Tints of Old Rose #C72460
RGB
CMYK
RGB Variations
Color information
#C72460 (or 0xC72460) is known color: Old Rose. HEX triplet: C7, 24 and 60. RGB value is (199,36,96). Sum of RGB (Red+Green+Blue) = 199+36+96=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C72460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72460 is #38DB9F. Grayscale: #5B5B5B. Windows color (decimal): -3726240 or 6300871. OLE color: 6300871.
HSL color Cylindrical-coordinate representation of color #C72460: hue angle of 337.91º 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 #C72460 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 96 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.22 |
| HSL | 337.91º | 0.69% | 0.46% | - |
| HSV(B) | 337.91º | 0.82% | 0.78% | - |
| XYZ | 26.3 | 14.25 | 12.43 | - |
| YUV | 91.58 | 130.5 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 96 | 0 | 0.82 | 0.52 | 0.22 | 337.91 | 0.69 | 0.46 |
| Hex | C7 | 24 | 60 | 0 | 52 | 34 | 16 | 152 | 45 | 2E |
| Octal | 307 | 44 | 140 | 0 | 122 | 64 | 26 | 522 | 105 | 56 |
| Binary | 11000111 | 100100 | 1100000 | 0 | 1010010 | 110100 | 10110 | 101010010 | 1000101 | 101110 |
Color Harmonies of #C72460
Complementary color
Monochromatic Colors of #C72460
Black with #C72460
Text Example
Text Example
White with #C72460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72460; }
p { color: rgb(199,36,96); }
H1.HeaderClassName
{
color: #C72460;
}
.AnyTagClassName
{
color: #C72460;
}
</style>
background-color css
<style>
a { background-color: #C72460; }
a { background-color: rgb(199,36,96); }
div.DivClassName
{
background-color: #C72460;
}
.BgClassName
{
background-color: #C72460;
}
</style>
border-color css
<style>
span { border-color: #C72460; }
span { border-color: rgb(199,36,96); }
td.TdClassName
{
border-color: #C72460;
}
.TagClassName
{
border-color: #C72460;
}
</style>