Shades of Old Rose #C21552
Tints of Old Rose #C21552
RGB
CMYK
RGB Variations
Color information
#C21552 (or 0xC21552) is known color: Old Rose. HEX triplet: C2, 15 and 52. RGB value is (194,21,82). Sum of RGB (Red+Green+Blue) = 194+21+82=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21552 is #3DEAAD. Grayscale: #4F4F4F. Windows color (decimal): -4057774 or 5379522. OLE color: 5379522.
HSL color Cylindrical-coordinate representation of color #C21552: hue angle of 338.84º 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 #C21552 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 82 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.24 |
| HSL | 338.84º | 0.8% | 0.42% | - |
| HSV(B) | 338.84º | 0.89% | 0.76% | - |
| XYZ | 24.04 | 12.61 | 9.15 | - |
| YUV | 79.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 82 | 0 | 0.89 | 0.58 | 0.24 | 338.84 | 0.8 | 0.42 |
| Hex | C2 | 15 | 52 | 0 | 59 | 3A | 18 | 153 | 50 | 2A |
| Octal | 302 | 25 | 122 | 0 | 131 | 72 | 30 | 523 | 120 | 52 |
| Binary | 11000010 | 10101 | 1010010 | 0 | 1011001 | 111010 | 11000 | 101010011 | 1010000 | 101010 |
Color Harmonies of #C21552
Complementary color
Monochromatic Colors of #C21552
Black with #C21552
Text Example
Text Example
White with #C21552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21552; }
p { color: rgb(194,21,82); }
H1.HeaderClassName
{
color: #C21552;
}
.AnyTagClassName
{
color: #C21552;
}
</style>
background-color css
<style>
a { background-color: #C21552; }
a { background-color: rgb(194,21,82); }
div.DivClassName
{
background-color: #C21552;
}
.BgClassName
{
background-color: #C21552;
}
</style>
border-color css
<style>
span { border-color: #C21552; }
span { border-color: rgb(194,21,82); }
td.TdClassName
{
border-color: #C21552;
}
.TagClassName
{
border-color: #C21552;
}
</style>