Shades of Old Rose #C21B56
Tints of Old Rose #C21B56
RGB
CMYK
RGB Variations
Color information
#C21B56 (or 0xC21B56) is known color: Old Rose. HEX triplet: C2, 1B and 56. RGB value is (194,27,86). Sum of RGB (Red+Green+Blue) = 194+27+86=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B56 is #3DE4A9. Grayscale: #535353. Windows color (decimal): -4056234 or 5643202. OLE color: 5643202.
HSL color Cylindrical-coordinate representation of color #C21B56: hue angle of 338.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B56 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 86 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.24 |
| HSL | 338.8º | 0.76% | 0.43% | - |
| HSV(B) | 338.8º | 0.86% | 0.76% | - |
| XYZ | 24.32 | 12.93 | 10.02 | - |
| YUV | 83.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 86 | 0 | 0.86 | 0.56 | 0.24 | 338.8 | 0.76 | 0.43 |
| Hex | C2 | 1B | 56 | 0 | 56 | 38 | 18 | 153 | 4C | 2B |
| Octal | 302 | 33 | 126 | 0 | 126 | 70 | 30 | 523 | 114 | 53 |
| Binary | 11000010 | 11011 | 1010110 | 0 | 1010110 | 111000 | 11000 | 101010011 | 1001100 | 101011 |
Color Harmonies of #C21B56
Complementary color
Monochromatic Colors of #C21B56
Black with #C21B56
Text Example
Text Example
White with #C21B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B56; }
p { color: rgb(194,27,86); }
H1.HeaderClassName
{
color: #C21B56;
}
.AnyTagClassName
{
color: #C21B56;
}
</style>
background-color css
<style>
a { background-color: #C21B56; }
a { background-color: rgb(194,27,86); }
div.DivClassName
{
background-color: #C21B56;
}
.BgClassName
{
background-color: #C21B56;
}
</style>
border-color css
<style>
span { border-color: #C21B56; }
span { border-color: rgb(194,27,86); }
td.TdClassName
{
border-color: #C21B56;
}
.TagClassName
{
border-color: #C21B56;
}
</style>