Shades of Old Rose #C73858
Tints of Old Rose #C73858
RGB
CMYK
RGB Variations
Color information
#C73858 (or 0xC73858) is known color: Old Rose. HEX triplet: C7, 38 and 58. RGB value is (199,56,88). Sum of RGB (Red+Green+Blue) = 199+56+88=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C73858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73858 is #38C7A7. Grayscale: #666666. Windows color (decimal): -3721128 or 5781703. OLE color: 5781703.
HSL color Cylindrical-coordinate representation of color #C73858: hue angle of 346.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73858 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 88 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.22 |
| HSL | 346.57º | 0.56% | 0.5% | - |
| HSV(B) | 346.57º | 0.72% | 0.78% | - |
| XYZ | 26.73 | 15.68 | 10.85 | - |
| YUV | 102.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 88 | 0 | 0.72 | 0.56 | 0.22 | 346.57 | 0.56 | 0.5 |
| Hex | C7 | 38 | 58 | 0 | 48 | 38 | 16 | 15B | 38 | 32 |
| Octal | 307 | 70 | 130 | 0 | 110 | 70 | 26 | 533 | 70 | 62 |
| Binary | 11000111 | 111000 | 1011000 | 0 | 1001000 | 111000 | 10110 | 101011011 | 111000 | 110010 |
Color Harmonies of #C73858
Complementary color
Monochromatic Colors of #C73858
Black with #C73858
Text Example
Text Example
White with #C73858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73858; }
p { color: rgb(199,56,88); }
H1.HeaderClassName
{
color: #C73858;
}
.AnyTagClassName
{
color: #C73858;
}
</style>
background-color css
<style>
a { background-color: #C73858; }
a { background-color: rgb(199,56,88); }
div.DivClassName
{
background-color: #C73858;
}
.BgClassName
{
background-color: #C73858;
}
</style>
border-color css
<style>
span { border-color: #C73858; }
span { border-color: rgb(199,56,88); }
td.TdClassName
{
border-color: #C73858;
}
.TagClassName
{
border-color: #C73858;
}
</style>