Shades of Old Rose #C71652
Tints of Old Rose #C71652
RGB
CMYK
RGB Variations
Color information
#C71652 (or 0xC71652) is known color: Old Rose. HEX triplet: C7, 16 and 52. RGB value is (199,22,82). Sum of RGB (Red+Green+Blue) = 199+22+82=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C71652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71652 is #38E9AD. Grayscale: #515151. Windows color (decimal): -3729838 or 5379783. OLE color: 5379783.
HSL color Cylindrical-coordinate representation of color #C71652: hue angle of 339.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71652 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 82 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.22 |
| HSL | 339.66º | 0.8% | 0.43% | - |
| HSV(B) | 339.66º | 0.89% | 0.78% | - |
| XYZ | 25.36 | 13.33 | 9.22 | - |
| YUV | 81.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 82 | 0 | 0.89 | 0.59 | 0.22 | 339.66 | 0.8 | 0.43 |
| Hex | C7 | 16 | 52 | 0 | 59 | 3B | 16 | 154 | 50 | 2B |
| Octal | 307 | 26 | 122 | 0 | 131 | 73 | 26 | 524 | 120 | 53 |
| Binary | 11000111 | 10110 | 1010010 | 0 | 1011001 | 111011 | 10110 | 101010100 | 1010000 | 101011 |
Color Harmonies of #C71652
Complementary color
Monochromatic Colors of #C71652
Black with #C71652
Text Example
Text Example
White with #C71652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71652; }
p { color: rgb(199,22,82); }
H1.HeaderClassName
{
color: #C71652;
}
.AnyTagClassName
{
color: #C71652;
}
</style>
background-color css
<style>
a { background-color: #C71652; }
a { background-color: rgb(199,22,82); }
div.DivClassName
{
background-color: #C71652;
}
.BgClassName
{
background-color: #C71652;
}
</style>
border-color css
<style>
span { border-color: #C71652; }
span { border-color: rgb(199,22,82); }
td.TdClassName
{
border-color: #C71652;
}
.TagClassName
{
border-color: #C71652;
}
</style>