Shades of Old Rose #C73E4C
Tints of Old Rose #C73E4C
RGB
CMYK
RGB Variations
Color information
#C73E4C (or 0xC73E4C) is known color: Old Rose. HEX triplet: C7, 3E and 4C. RGB value is (199,62,76). Sum of RGB (Red+Green+Blue) = 199+62+76=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E4C is #38C1B3. Grayscale: #686868. Windows color (decimal): -3719604 or 4996807. OLE color: 4996807.
HSL color Cylindrical-coordinate representation of color #C73E4C: hue angle of 353.87º 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 #C73E4C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 76 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.22 |
| HSL | 353.87º | 0.55% | 0.51% | - |
| HSV(B) | 353.87º | 0.69% | 0.78% | - |
| XYZ | 26.58 | 16.11 | 8.55 | - |
| YUV | 104.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 76 | 0 | 0.69 | 0.62 | 0.22 | 353.87 | 0.55 | 0.51 |
| Hex | C7 | 3E | 4C | 0 | 45 | 3E | 16 | 162 | 37 | 33 |
| Octal | 307 | 76 | 114 | 0 | 105 | 76 | 26 | 542 | 67 | 63 |
| Binary | 11000111 | 111110 | 1001100 | 0 | 1000101 | 111110 | 10110 | 101100010 | 110111 | 110011 |
Color Harmonies of #C73E4C
Complementary color
Monochromatic Colors of #C73E4C
Black with #C73E4C
Text Example
Text Example
White with #C73E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E4C; }
p { color: rgb(199,62,76); }
H1.HeaderClassName
{
color: #C73E4C;
}
.AnyTagClassName
{
color: #C73E4C;
}
</style>
background-color css
<style>
a { background-color: #C73E4C; }
a { background-color: rgb(199,62,76); }
div.DivClassName
{
background-color: #C73E4C;
}
.BgClassName
{
background-color: #C73E4C;
}
</style>
border-color css
<style>
span { border-color: #C73E4C; }
span { border-color: rgb(199,62,76); }
td.TdClassName
{
border-color: #C73E4C;
}
.TagClassName
{
border-color: #C73E4C;
}
</style>