Shades of Old Rose #C21C55
Tints of Old Rose #C21C55
RGB
CMYK
RGB Variations
Color information
#C21C55 (or 0xC21C55) is known color: Old Rose. HEX triplet: C2, 1C and 55. RGB value is (194,28,85). Sum of RGB (Red+Green+Blue) = 194+28+85=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C55 is #3DE3AA. Grayscale: #545454. Windows color (decimal): -4055979 or 5577922. OLE color: 5577922.
HSL color Cylindrical-coordinate representation of color #C21C55: hue angle of 339.4º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C55 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 85 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.24 |
| HSL | 339.4º | 0.75% | 0.44% | - |
| HSV(B) | 339.4º | 0.86% | 0.76% | - |
| XYZ | 24.3 | 12.96 | 9.81 | - |
| YUV | 84.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 85 | 0 | 0.86 | 0.56 | 0.24 | 339.4 | 0.75 | 0.44 |
| Hex | C2 | 1C | 55 | 0 | 56 | 38 | 18 | 153 | 4B | 2C |
| Octal | 302 | 34 | 125 | 0 | 126 | 70 | 30 | 523 | 113 | 54 |
| Binary | 11000010 | 11100 | 1010101 | 0 | 1010110 | 111000 | 11000 | 101010011 | 1001011 | 101100 |
Color Harmonies of #C21C55
Complementary color
Monochromatic Colors of #C21C55
Black with #C21C55
Text Example
Text Example
White with #C21C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C55; }
p { color: rgb(194,28,85); }
H1.HeaderClassName
{
color: #C21C55;
}
.AnyTagClassName
{
color: #C21C55;
}
</style>
background-color css
<style>
a { background-color: #C21C55; }
a { background-color: rgb(194,28,85); }
div.DivClassName
{
background-color: #C21C55;
}
.BgClassName
{
background-color: #C21C55;
}
</style>
border-color css
<style>
span { border-color: #C21C55; }
span { border-color: rgb(194,28,85); }
td.TdClassName
{
border-color: #C21C55;
}
.TagClassName
{
border-color: #C21C55;
}
</style>