Shades of Old Rose #C21655
Tints of Old Rose #C21655
RGB
CMYK
RGB Variations
Color information
#C21655 (or 0xC21655) is known color: Old Rose. HEX triplet: C2, 16 and 55. RGB value is (194,22,85). Sum of RGB (Red+Green+Blue) = 194+22+85=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C21655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21655 is #3DE9AA. Grayscale: #505050. Windows color (decimal): -4057515 or 5576386. OLE color: 5576386.
HSL color Cylindrical-coordinate representation of color #C21655: hue angle of 338.02º 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 #C21655 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 85 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.24 |
| HSL | 338.02º | 0.8% | 0.42% | - |
| HSV(B) | 338.02º | 0.89% | 0.76% | - |
| XYZ | 24.17 | 12.7 | 9.77 | - |
| YUV | 80.61 | 130.48 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 85 | 0 | 0.89 | 0.56 | 0.24 | 338.02 | 0.8 | 0.42 |
| Hex | C2 | 16 | 55 | 0 | 59 | 38 | 18 | 152 | 50 | 2A |
| Octal | 302 | 26 | 125 | 0 | 131 | 70 | 30 | 522 | 120 | 52 |
| Binary | 11000010 | 10110 | 1010101 | 0 | 1011001 | 111000 | 11000 | 101010010 | 1010000 | 101010 |
Color Harmonies of #C21655
Complementary color
Monochromatic Colors of #C21655
Black with #C21655
Text Example
Text Example
White with #C21655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21655; }
p { color: rgb(194,22,85); }
H1.HeaderClassName
{
color: #C21655;
}
.AnyTagClassName
{
color: #C21655;
}
</style>
background-color css
<style>
a { background-color: #C21655; }
a { background-color: rgb(194,22,85); }
div.DivClassName
{
background-color: #C21655;
}
.BgClassName
{
background-color: #C21655;
}
</style>
border-color css
<style>
span { border-color: #C21655; }
span { border-color: rgb(194,22,85); }
td.TdClassName
{
border-color: #C21655;
}
.TagClassName
{
border-color: #C21655;
}
</style>