Shades of Old Rose #C73358
Tints of Old Rose #C73358
RGB
CMYK
RGB Variations
Color information
#C73358 (or 0xC73358) is known color: Old Rose. HEX triplet: C7, 33 and 58. RGB value is (199,51,88). Sum of RGB (Red+Green+Blue) = 199+51+88=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C73358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73358 is #38CCA7. Grayscale: #636363. Windows color (decimal): -3722408 or 5780423. OLE color: 5780423.
HSL color Cylindrical-coordinate representation of color #C73358: hue angle of 345º 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 #C73358 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 88 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.22 |
| HSL | 345º | 0.59% | 0.49% | - |
| HSV(B) | 345º | 0.74% | 0.78% | - |
| XYZ | 26.5 | 15.21 | 10.77 | - |
| YUV | 99.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 88 | 0 | 0.74 | 0.56 | 0.22 | 345 | 0.59 | 0.49 |
| Hex | C7 | 33 | 58 | 0 | 4A | 38 | 16 | 159 | 3B | 31 |
| Octal | 307 | 63 | 130 | 0 | 112 | 70 | 26 | 531 | 73 | 61 |
| Binary | 11000111 | 110011 | 1011000 | 0 | 1001010 | 111000 | 10110 | 101011001 | 111011 | 110001 |
Color Harmonies of #C73358
Complementary color
Monochromatic Colors of #C73358
Black with #C73358
Text Example
Text Example
White with #C73358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73358; }
p { color: rgb(199,51,88); }
H1.HeaderClassName
{
color: #C73358;
}
.AnyTagClassName
{
color: #C73358;
}
</style>
background-color css
<style>
a { background-color: #C73358; }
a { background-color: rgb(199,51,88); }
div.DivClassName
{
background-color: #C73358;
}
.BgClassName
{
background-color: #C73358;
}
</style>
border-color css
<style>
span { border-color: #C73358; }
span { border-color: rgb(199,51,88); }
td.TdClassName
{
border-color: #C73358;
}
.TagClassName
{
border-color: #C73358;
}
</style>