Shades of Old Rose #C21856
Tints of Old Rose #C21856
RGB
CMYK
RGB Variations
Color information
#C21856 (or 0xC21856) is known color: Old Rose. HEX triplet: C2, 18 and 56. RGB value is (194,24,86). Sum of RGB (Red+Green+Blue) = 194+24+86=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21856 is #3DE7A9. Grayscale: #515151. Windows color (decimal): -4057002 or 5642434. OLE color: 5642434.
HSL color Cylindrical-coordinate representation of color #C21856: hue angle of 338.12º 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 #C21856 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 86 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.24 |
| HSL | 338.12º | 0.78% | 0.43% | - |
| HSV(B) | 338.12º | 0.88% | 0.76% | - |
| XYZ | 24.25 | 12.79 | 10 | - |
| YUV | 81.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 86 | 0 | 0.88 | 0.56 | 0.24 | 338.12 | 0.78 | 0.43 |
| Hex | C2 | 18 | 56 | 0 | 58 | 38 | 18 | 152 | 4E | 2B |
| Octal | 302 | 30 | 126 | 0 | 130 | 70 | 30 | 522 | 116 | 53 |
| Binary | 11000010 | 11000 | 1010110 | 0 | 1011000 | 111000 | 11000 | 101010010 | 1001110 | 101011 |
Color Harmonies of #C21856
Complementary color
Monochromatic Colors of #C21856
Black with #C21856
Text Example
Text Example
White with #C21856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21856; }
p { color: rgb(194,24,86); }
H1.HeaderClassName
{
color: #C21856;
}
.AnyTagClassName
{
color: #C21856;
}
</style>
background-color css
<style>
a { background-color: #C21856; }
a { background-color: rgb(194,24,86); }
div.DivClassName
{
background-color: #C21856;
}
.BgClassName
{
background-color: #C21856;
}
</style>
border-color css
<style>
span { border-color: #C21856; }
span { border-color: rgb(194,24,86); }
td.TdClassName
{
border-color: #C21856;
}
.TagClassName
{
border-color: #C21856;
}
</style>