Shades of Old Rose #C01656
Tints of Old Rose #C01656
RGB
CMYK
RGB Variations
Color information
#C01656 (or 0xC01656) is known color: Old Rose. HEX triplet: C0, 16 and 56. RGB value is (192,22,86). Sum of RGB (Red+Green+Blue) = 192+22+86=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01656 is #3FE9A9. Grayscale: #505050. Windows color (decimal): -4188586 or 5641920. OLE color: 5641920.
HSL color Cylindrical-coordinate representation of color #C01656: hue angle of 337.41º 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 #C01656 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 86 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.25 |
| HSL | 337.41º | 0.79% | 0.42% | - |
| HSV(B) | 337.41º | 0.89% | 0.75% | - |
| XYZ | 23.7 | 12.45 | 9.96 | - |
| YUV | 80.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 86 | 0 | 0.89 | 0.55 | 0.25 | 337.41 | 0.79 | 0.42 |
| Hex | C0 | 16 | 56 | 0 | 59 | 37 | 19 | 151 | 4F | 2A |
| Octal | 300 | 26 | 126 | 0 | 131 | 67 | 31 | 521 | 117 | 52 |
| Binary | 11000000 | 10110 | 1010110 | 0 | 1011001 | 110111 | 11001 | 101010001 | 1001111 | 101010 |
Color Harmonies of #C01656
Complementary color
Monochromatic Colors of #C01656
Black with #C01656
Text Example
Text Example
White with #C01656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01656; }
p { color: rgb(192,22,86); }
H1.HeaderClassName
{
color: #C01656;
}
.AnyTagClassName
{
color: #C01656;
}
</style>
background-color css
<style>
a { background-color: #C01656; }
a { background-color: rgb(192,22,86); }
div.DivClassName
{
background-color: #C01656;
}
.BgClassName
{
background-color: #C01656;
}
</style>
border-color css
<style>
span { border-color: #C01656; }
span { border-color: rgb(192,22,86); }
td.TdClassName
{
border-color: #C01656;
}
.TagClassName
{
border-color: #C01656;
}
</style>