Shades of Old Rose #C72356
Tints of Old Rose #C72356
RGB
CMYK
RGB Variations
Color information
#C72356 (or 0xC72356) is known color: Old Rose. HEX triplet: C7, 23 and 56. RGB value is (199,35,86). Sum of RGB (Red+Green+Blue) = 199+35+86=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C72356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72356 is #38DCA9. Grayscale: #595959. Windows color (decimal): -3726506 or 5645255. OLE color: 5645255.
HSL color Cylindrical-coordinate representation of color #C72356: hue angle of 341.34º degrees, saturation: 0.7, 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 #C72356 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 86 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.22 |
| HSL | 341.34º | 0.7% | 0.46% | - |
| HSV(B) | 341.34º | 0.82% | 0.78% | - |
| XYZ | 25.83 | 14.02 | 10.15 | - |
| YUV | 89.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 86 | 0 | 0.82 | 0.57 | 0.22 | 341.34 | 0.7 | 0.46 |
| Hex | C7 | 23 | 56 | 0 | 52 | 39 | 16 | 155 | 46 | 2E |
| Octal | 307 | 43 | 126 | 0 | 122 | 71 | 26 | 525 | 106 | 56 |
| Binary | 11000111 | 100011 | 1010110 | 0 | 1010010 | 111001 | 10110 | 101010101 | 1000110 | 101110 |
Color Harmonies of #C72356
Complementary color
Monochromatic Colors of #C72356
Black with #C72356
Text Example
Text Example
White with #C72356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72356; }
p { color: rgb(199,35,86); }
H1.HeaderClassName
{
color: #C72356;
}
.AnyTagClassName
{
color: #C72356;
}
</style>
background-color css
<style>
a { background-color: #C72356; }
a { background-color: rgb(199,35,86); }
div.DivClassName
{
background-color: #C72356;
}
.BgClassName
{
background-color: #C72356;
}
</style>
border-color css
<style>
span { border-color: #C72356; }
span { border-color: rgb(199,35,86); }
td.TdClassName
{
border-color: #C72356;
}
.TagClassName
{
border-color: #C72356;
}
</style>