Shades of Old Rose #C01756
Tints of Old Rose #C01756
RGB
CMYK
RGB Variations
Color information
#C01756 (or 0xC01756) is known color: Old Rose. HEX triplet: C0, 17 and 56. RGB value is (192,23,86). Sum of RGB (Red+Green+Blue) = 192+23+86=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C01756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01756 is #3FE8A9. Grayscale: #505050. Windows color (decimal): -4188330 or 5642176. OLE color: 5642176.
HSL color Cylindrical-coordinate representation of color #C01756: hue angle of 337.63º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01756 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 86 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.25 |
| HSL | 337.63º | 0.79% | 0.42% | - |
| HSV(B) | 337.63º | 0.88% | 0.75% | - |
| XYZ | 23.72 | 12.49 | 9.96 | - |
| YUV | 80.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 86 | 0 | 0.88 | 0.55 | 0.25 | 337.63 | 0.79 | 0.42 |
| Hex | C0 | 17 | 56 | 0 | 58 | 37 | 19 | 152 | 4F | 2A |
| Octal | 300 | 27 | 126 | 0 | 130 | 67 | 31 | 522 | 117 | 52 |
| Binary | 11000000 | 10111 | 1010110 | 0 | 1011000 | 110111 | 11001 | 101010010 | 1001111 | 101010 |
Color Harmonies of #C01756
Complementary color
Monochromatic Colors of #C01756
Black with #C01756
Text Example
Text Example
White with #C01756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01756; }
p { color: rgb(192,23,86); }
H1.HeaderClassName
{
color: #C01756;
}
.AnyTagClassName
{
color: #C01756;
}
</style>
background-color css
<style>
a { background-color: #C01756; }
a { background-color: rgb(192,23,86); }
div.DivClassName
{
background-color: #C01756;
}
.BgClassName
{
background-color: #C01756;
}
</style>
border-color css
<style>
span { border-color: #C01756; }
span { border-color: rgb(192,23,86); }
td.TdClassName
{
border-color: #C01756;
}
.TagClassName
{
border-color: #C01756;
}
</style>