Shades of Old Rose #C21855
Tints of Old Rose #C21855
RGB
CMYK
RGB Variations
Color information
#C21855 (or 0xC21855) is known color: Old Rose. HEX triplet: C2, 18 and 55. RGB value is (194,24,85). Sum of RGB (Red+Green+Blue) = 194+24+85=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C21855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21855 is #3DE7AA. Grayscale: #515151. Windows color (decimal): -4057003 or 5576898. OLE color: 5576898.
HSL color Cylindrical-coordinate representation of color #C21855: hue angle of 338.47º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21855 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 85 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.24 |
| HSL | 338.47º | 0.78% | 0.43% | - |
| HSV(B) | 338.47º | 0.88% | 0.76% | - |
| XYZ | 24.21 | 12.78 | 9.78 | - |
| YUV | 81.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 85 | 0 | 0.88 | 0.56 | 0.24 | 338.47 | 0.78 | 0.43 |
| Hex | C2 | 18 | 55 | 0 | 58 | 38 | 18 | 152 | 4E | 2B |
| Octal | 302 | 30 | 125 | 0 | 130 | 70 | 30 | 522 | 116 | 53 |
| Binary | 11000010 | 11000 | 1010101 | 0 | 1011000 | 111000 | 11000 | 101010010 | 1001110 | 101011 |
Color Harmonies of #C21855
Complementary color
Monochromatic Colors of #C21855
Black with #C21855
Text Example
Text Example
White with #C21855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21855; }
p { color: rgb(194,24,85); }
H1.HeaderClassName
{
color: #C21855;
}
.AnyTagClassName
{
color: #C21855;
}
</style>
background-color css
<style>
a { background-color: #C21855; }
a { background-color: rgb(194,24,85); }
div.DivClassName
{
background-color: #C21855;
}
.BgClassName
{
background-color: #C21855;
}
</style>
border-color css
<style>
span { border-color: #C21855; }
span { border-color: rgb(194,24,85); }
td.TdClassName
{
border-color: #C21855;
}
.TagClassName
{
border-color: #C21855;
}
</style>