Shades of Old Rose #C21852
Tints of Old Rose #C21852
RGB
CMYK
RGB Variations
Color information
#C21852 (or 0xC21852) is known color: Old Rose. HEX triplet: C2, 18 and 52. RGB value is (194,24,82). Sum of RGB (Red+Green+Blue) = 194+24+82=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21852 is #3DE7AD. Grayscale: #515151. Windows color (decimal): -4057006 or 5380290. OLE color: 5380290.
HSL color Cylindrical-coordinate representation of color #C21852: hue angle of 339.53º 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 #C21852 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.24 |
| HSL | 339.53º | 0.78% | 0.43% | - |
| HSV(B) | 339.53º | 0.88% | 0.76% | - |
| XYZ | 24.1 | 12.73 | 9.17 | - |
| YUV | 81.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 82 | 0 | 0.88 | 0.58 | 0.24 | 339.53 | 0.78 | 0.43 |
| Hex | C2 | 18 | 52 | 0 | 58 | 3A | 18 | 154 | 4E | 2B |
| Octal | 302 | 30 | 122 | 0 | 130 | 72 | 30 | 524 | 116 | 53 |
| Binary | 11000010 | 11000 | 1010010 | 0 | 1011000 | 111010 | 11000 | 101010100 | 1001110 | 101011 |
Color Harmonies of #C21852
Complementary color
Monochromatic Colors of #C21852
Black with #C21852
Text Example
Text Example
White with #C21852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21852; }
p { color: rgb(194,24,82); }
H1.HeaderClassName
{
color: #C21852;
}
.AnyTagClassName
{
color: #C21852;
}
</style>
background-color css
<style>
a { background-color: #C21852; }
a { background-color: rgb(194,24,82); }
div.DivClassName
{
background-color: #C21852;
}
.BgClassName
{
background-color: #C21852;
}
</style>
border-color css
<style>
span { border-color: #C21852; }
span { border-color: rgb(194,24,82); }
td.TdClassName
{
border-color: #C21852;
}
.TagClassName
{
border-color: #C21852;
}
</style>