Shades of Old Rose #C01650
Tints of Old Rose #C01650
RGB
CMYK
RGB Variations
Color information
#C01650 (or 0xC01650) is known color: Old Rose. HEX triplet: C0, 16 and 50. RGB value is (192,22,80). Sum of RGB (Red+Green+Blue) = 192+22+80=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C01650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01650 is #3FE9AF. Grayscale: #4F4F4F. Windows color (decimal): -4188592 or 5248704. OLE color: 5248704.
HSL color Cylindrical-coordinate representation of color #C01650: hue angle of 339.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01650 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 80 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.25 |
| HSL | 339.53º | 0.79% | 0.42% | - |
| HSV(B) | 339.53º | 0.89% | 0.75% | - |
| XYZ | 23.47 | 12.36 | 8.74 | - |
| YUV | 79.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 80 | 0 | 0.89 | 0.58 | 0.25 | 339.53 | 0.79 | 0.42 |
| Hex | C0 | 16 | 50 | 0 | 59 | 3A | 19 | 154 | 4F | 2A |
| Octal | 300 | 26 | 120 | 0 | 131 | 72 | 31 | 524 | 117 | 52 |
| Binary | 11000000 | 10110 | 1010000 | 0 | 1011001 | 111010 | 11001 | 101010100 | 1001111 | 101010 |
Color Harmonies of #C01650
Complementary color
Monochromatic Colors of #C01650
Black with #C01650
Text Example
Text Example
White with #C01650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01650; }
p { color: rgb(192,22,80); }
H1.HeaderClassName
{
color: #C01650;
}
.AnyTagClassName
{
color: #C01650;
}
</style>
background-color css
<style>
a { background-color: #C01650; }
a { background-color: rgb(192,22,80); }
div.DivClassName
{
background-color: #C01650;
}
.BgClassName
{
background-color: #C01650;
}
</style>
border-color css
<style>
span { border-color: #C01650; }
span { border-color: rgb(192,22,80); }
td.TdClassName
{
border-color: #C01650;
}
.TagClassName
{
border-color: #C01650;
}
</style>