Shades of Old Rose #C71753
Tints of Old Rose #C71753
RGB
CMYK
RGB Variations
Color information
#C71753 (or 0xC71753) is known color: Old Rose. HEX triplet: C7, 17 and 53. RGB value is (199,23,83). Sum of RGB (Red+Green+Blue) = 199+23+83=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C71753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71753 is #38E8AC. Grayscale: #525252. Windows color (decimal): -3729581 or 5445575. OLE color: 5445575.
HSL color Cylindrical-coordinate representation of color #C71753: hue angle of 339.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71753 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 83 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.22 |
| HSL | 339.55º | 0.79% | 0.44% | - |
| HSV(B) | 339.55º | 0.88% | 0.78% | - |
| XYZ | 25.42 | 13.38 | 9.43 | - |
| YUV | 82.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 83 | 0 | 0.88 | 0.58 | 0.22 | 339.55 | 0.79 | 0.44 |
| Hex | C7 | 17 | 53 | 0 | 58 | 3A | 16 | 154 | 4F | 2C |
| Octal | 307 | 27 | 123 | 0 | 130 | 72 | 26 | 524 | 117 | 54 |
| Binary | 11000111 | 10111 | 1010011 | 0 | 1011000 | 111010 | 10110 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C71753
Complementary color
Monochromatic Colors of #C71753
Black with #C71753
Text Example
Text Example
White with #C71753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71753; }
p { color: rgb(199,23,83); }
H1.HeaderClassName
{
color: #C71753;
}
.AnyTagClassName
{
color: #C71753;
}
</style>
background-color css
<style>
a { background-color: #C71753; }
a { background-color: rgb(199,23,83); }
div.DivClassName
{
background-color: #C71753;
}
.BgClassName
{
background-color: #C71753;
}
</style>
border-color css
<style>
span { border-color: #C71753; }
span { border-color: rgb(199,23,83); }
td.TdClassName
{
border-color: #C71753;
}
.TagClassName
{
border-color: #C71753;
}
</style>