Shades of Old Rose #C73455
Tints of Old Rose #C73455
RGB
CMYK
RGB Variations
Color information
#C73455 (or 0xC73455) is known color: Old Rose. HEX triplet: C7, 34 and 55. RGB value is (199,52,85). Sum of RGB (Red+Green+Blue) = 199+52+85=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C73455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73455 is #38CBAA. Grayscale: #636363. Windows color (decimal): -3722155 or 5584071. OLE color: 5584071.
HSL color Cylindrical-coordinate representation of color #C73455: hue angle of 346.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73455 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 85 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.22 |
| HSL | 346.53º | 0.59% | 0.49% | - |
| HSV(B) | 346.53º | 0.74% | 0.78% | - |
| XYZ | 26.42 | 15.25 | 10.15 | - |
| YUV | 99.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 85 | 0 | 0.74 | 0.57 | 0.22 | 346.53 | 0.59 | 0.49 |
| Hex | C7 | 34 | 55 | 0 | 4A | 39 | 16 | 15B | 3B | 31 |
| Octal | 307 | 64 | 125 | 0 | 112 | 71 | 26 | 533 | 73 | 61 |
| Binary | 11000111 | 110100 | 1010101 | 0 | 1001010 | 111001 | 10110 | 101011011 | 111011 | 110001 |
Color Harmonies of #C73455
Complementary color
Monochromatic Colors of #C73455
Black with #C73455
Text Example
Text Example
White with #C73455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73455; }
p { color: rgb(199,52,85); }
H1.HeaderClassName
{
color: #C73455;
}
.AnyTagClassName
{
color: #C73455;
}
</style>
background-color css
<style>
a { background-color: #C73455; }
a { background-color: rgb(199,52,85); }
div.DivClassName
{
background-color: #C73455;
}
.BgClassName
{
background-color: #C73455;
}
</style>
border-color css
<style>
span { border-color: #C73455; }
span { border-color: rgb(199,52,85); }
td.TdClassName
{
border-color: #C73455;
}
.TagClassName
{
border-color: #C73455;
}
</style>