Shades of Old Rose #C73E5A
Tints of Old Rose #C73E5A
RGB
CMYK
RGB Variations
Color information
#C73E5A (or 0xC73E5A) is known color: Old Rose. HEX triplet: C7, 3E and 5A. RGB value is (199,62,90). Sum of RGB (Red+Green+Blue) = 199+62+90=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73E5A is #38C1A5. Grayscale: #6A6A6A. Windows color (decimal): -3719590 or 5914311. OLE color: 5914311.
HSL color Cylindrical-coordinate representation of color #C73E5A: hue angle of 347.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73E5A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 90 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.22 |
| HSL | 347.74º | 0.55% | 0.51% | - |
| HSV(B) | 347.74º | 0.69% | 0.78% | - |
| XYZ | 27.12 | 16.33 | 11.39 | - |
| YUV | 106.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 90 | 0 | 0.69 | 0.55 | 0.22 | 347.74 | 0.55 | 0.51 |
| Hex | C7 | 3E | 5A | 0 | 45 | 37 | 16 | 15C | 37 | 33 |
| Octal | 307 | 76 | 132 | 0 | 105 | 67 | 26 | 534 | 67 | 63 |
| Binary | 11000111 | 111110 | 1011010 | 0 | 1000101 | 110111 | 10110 | 101011100 | 110111 | 110011 |
Color Harmonies of #C73E5A
Complementary color
Monochromatic Colors of #C73E5A
Black with #C73E5A
Text Example
Text Example
White with #C73E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E5A; }
p { color: rgb(199,62,90); }
H1.HeaderClassName
{
color: #C73E5A;
}
.AnyTagClassName
{
color: #C73E5A;
}
</style>
background-color css
<style>
a { background-color: #C73E5A; }
a { background-color: rgb(199,62,90); }
div.DivClassName
{
background-color: #C73E5A;
}
.BgClassName
{
background-color: #C73E5A;
}
</style>
border-color css
<style>
span { border-color: #C73E5A; }
span { border-color: rgb(199,62,90); }
td.TdClassName
{
border-color: #C73E5A;
}
.TagClassName
{
border-color: #C73E5A;
}
</style>