Shades of Old Rose #C21652
Tints of Old Rose #C21652
RGB
CMYK
RGB Variations
Color information
#C21652 (or 0xC21652) is known color: Old Rose. HEX triplet: C2, 16 and 52. RGB value is (194,22,82). Sum of RGB (Red+Green+Blue) = 194+22+82=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C21652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21652 is #3DE9AD. Grayscale: #505050. Windows color (decimal): -4057518 or 5379778. OLE color: 5379778.
HSL color Cylindrical-coordinate representation of color #C21652: hue angle of 339.07º 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 #C21652 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 82 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.24 |
| HSL | 339.07º | 0.8% | 0.42% | - |
| HSV(B) | 339.07º | 0.89% | 0.76% | - |
| XYZ | 24.06 | 12.65 | 9.16 | - |
| YUV | 80.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 82 | 0 | 0.89 | 0.58 | 0.24 | 339.07 | 0.8 | 0.42 |
| Hex | C2 | 16 | 52 | 0 | 59 | 3A | 18 | 153 | 50 | 2A |
| Octal | 302 | 26 | 122 | 0 | 131 | 72 | 30 | 523 | 120 | 52 |
| Binary | 11000010 | 10110 | 1010010 | 0 | 1011001 | 111010 | 11000 | 101010011 | 1010000 | 101010 |
Color Harmonies of #C21652
Complementary color
Monochromatic Colors of #C21652
Black with #C21652
Text Example
Text Example
White with #C21652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21652; }
p { color: rgb(194,22,82); }
H1.HeaderClassName
{
color: #C21652;
}
.AnyTagClassName
{
color: #C21652;
}
</style>
background-color css
<style>
a { background-color: #C21652; }
a { background-color: rgb(194,22,82); }
div.DivClassName
{
background-color: #C21652;
}
.BgClassName
{
background-color: #C21652;
}
</style>
border-color css
<style>
span { border-color: #C21652; }
span { border-color: rgb(194,22,82); }
td.TdClassName
{
border-color: #C21652;
}
.TagClassName
{
border-color: #C21652;
}
</style>