Shades of Old Rose #C72C5C
Tints of Old Rose #C72C5C
RGB
CMYK
RGB Variations
Color information
#C72C5C (or 0xC72C5C) is known color: Old Rose. HEX triplet: C7, 2C and 5C. RGB value is (199,44,92). Sum of RGB (Red+Green+Blue) = 199+44+92=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72C5C is #38D3A3. Grayscale: #5F5F5F. Windows color (decimal): -3724196 or 6040775. OLE color: 6040775.
HSL color Cylindrical-coordinate representation of color #C72C5C: hue angle of 341.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72C5C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 44 | 92 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.22 |
| HSL | 341.42º | 0.64% | 0.48% | - |
| HSV(B) | 341.42º | 0.78% | 0.78% | - |
| XYZ | 26.39 | 14.72 | 11.58 | - |
| YUV | 95.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 92 | 0 | 0.78 | 0.54 | 0.22 | 341.42 | 0.64 | 0.48 |
| Hex | C7 | 2C | 5C | 0 | 4E | 36 | 16 | 155 | 40 | 30 |
| Octal | 307 | 54 | 134 | 0 | 116 | 66 | 26 | 525 | 100 | 60 |
| Binary | 11000111 | 101100 | 1011100 | 0 | 1001110 | 110110 | 10110 | 101010101 | 1000000 | 110000 |
Color Harmonies of #C72C5C
Complementary color
Monochromatic Colors of #C72C5C
Black with #C72C5C
Text Example
Text Example
White with #C72C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72C5C; }
p { color: rgb(199,44,92); }
H1.HeaderClassName
{
color: #C72C5C;
}
.AnyTagClassName
{
color: #C72C5C;
}
</style>
background-color css
<style>
a { background-color: #C72C5C; }
a { background-color: rgb(199,44,92); }
div.DivClassName
{
background-color: #C72C5C;
}
.BgClassName
{
background-color: #C72C5C;
}
</style>
border-color css
<style>
span { border-color: #C72C5C; }
span { border-color: rgb(199,44,92); }
td.TdClassName
{
border-color: #C72C5C;
}
.TagClassName
{
border-color: #C72C5C;
}
</style>