Shades of Old Rose #C01956
Tints of Old Rose #C01956
RGB
CMYK
RGB Variations
Color information
#C01956 (or 0xC01956) is known color: Old Rose. HEX triplet: C0, 19 and 56. RGB value is (192,25,86). Sum of RGB (Red+Green+Blue) = 192+25+86=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01956 is #3FE6A9. Grayscale: #515151. Windows color (decimal): -4187818 or 5642688. OLE color: 5642688.
HSL color Cylindrical-coordinate representation of color #C01956: hue angle of 338.08º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01956 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 86 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.25 |
| HSL | 338.08º | 0.77% | 0.43% | - |
| HSV(B) | 338.08º | 0.87% | 0.75% | - |
| XYZ | 23.77 | 12.57 | 9.98 | - |
| YUV | 81.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 86 | 0 | 0.87 | 0.55 | 0.25 | 338.08 | 0.77 | 0.43 |
| Hex | C0 | 19 | 56 | 0 | 57 | 37 | 19 | 152 | 4D | 2B |
| Octal | 300 | 31 | 126 | 0 | 127 | 67 | 31 | 522 | 115 | 53 |
| Binary | 11000000 | 11001 | 1010110 | 0 | 1010111 | 110111 | 11001 | 101010010 | 1001101 | 101011 |
Color Harmonies of #C01956
Complementary color
Monochromatic Colors of #C01956
Black with #C01956
Text Example
Text Example
White with #C01956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01956; }
p { color: rgb(192,25,86); }
H1.HeaderClassName
{
color: #C01956;
}
.AnyTagClassName
{
color: #C01956;
}
</style>
background-color css
<style>
a { background-color: #C01956; }
a { background-color: rgb(192,25,86); }
div.DivClassName
{
background-color: #C01956;
}
.BgClassName
{
background-color: #C01956;
}
</style>
border-color css
<style>
span { border-color: #C01956; }
span { border-color: rgb(192,25,86); }
td.TdClassName
{
border-color: #C01956;
}
.TagClassName
{
border-color: #C01956;
}
</style>