Shades of Old Rose #C21556
Tints of Old Rose #C21556
RGB
CMYK
RGB Variations
Color information
#C21556 (or 0xC21556) is known color: Old Rose. HEX triplet: C2, 15 and 56. RGB value is (194,21,86). Sum of RGB (Red+Green+Blue) = 194+21+86=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C21556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21556 is #3DEAA9. Grayscale: #505050. Windows color (decimal): -4057770 or 5641666. OLE color: 5641666.
HSL color Cylindrical-coordinate representation of color #C21556: hue angle of 337.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21556 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 86 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.24 |
| HSL | 337.46º | 0.8% | 0.42% | - |
| HSV(B) | 337.46º | 0.89% | 0.76% | - |
| XYZ | 24.2 | 12.68 | 9.98 | - |
| YUV | 80.14 | 131.31 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 86 | 0 | 0.89 | 0.56 | 0.24 | 337.46 | 0.8 | 0.42 |
| Hex | C2 | 15 | 56 | 0 | 59 | 38 | 18 | 151 | 50 | 2A |
| Octal | 302 | 25 | 126 | 0 | 131 | 70 | 30 | 521 | 120 | 52 |
| Binary | 11000010 | 10101 | 1010110 | 0 | 1011001 | 111000 | 11000 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C21556
Complementary color
Monochromatic Colors of #C21556
Black with #C21556
Text Example
Text Example
White with #C21556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21556; }
p { color: rgb(194,21,86); }
H1.HeaderClassName
{
color: #C21556;
}
.AnyTagClassName
{
color: #C21556;
}
</style>
background-color css
<style>
a { background-color: #C21556; }
a { background-color: rgb(194,21,86); }
div.DivClassName
{
background-color: #C21556;
}
.BgClassName
{
background-color: #C21556;
}
</style>
border-color css
<style>
span { border-color: #C21556; }
span { border-color: rgb(194,21,86); }
td.TdClassName
{
border-color: #C21556;
}
.TagClassName
{
border-color: #C21556;
}
</style>