Shades of Old Rose #C21658
Tints of Old Rose #C21658
RGB
CMYK
RGB Variations
Color information
#C21658 (or 0xC21658) is known color: Old Rose. HEX triplet: C2, 16 and 58. RGB value is (194,22,88). Sum of RGB (Red+Green+Blue) = 194+22+88=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21658 is #3DE9A7. Grayscale: #505050. Windows color (decimal): -4057512 or 5772994. OLE color: 5772994.
HSL color Cylindrical-coordinate representation of color #C21658: hue angle of 336.98º 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 #C21658 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 88 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.24 |
| HSL | 336.98º | 0.8% | 0.42% | - |
| HSV(B) | 336.98º | 0.89% | 0.76% | - |
| XYZ | 24.3 | 12.75 | 10.41 | - |
| YUV | 80.95 | 131.98 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 88 | 0 | 0.89 | 0.55 | 0.24 | 336.98 | 0.8 | 0.42 |
| Hex | C2 | 16 | 58 | 0 | 59 | 37 | 18 | 151 | 50 | 2A |
| Octal | 302 | 26 | 130 | 0 | 131 | 67 | 30 | 521 | 120 | 52 |
| Binary | 11000010 | 10110 | 1011000 | 0 | 1011001 | 110111 | 11000 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C21658
Complementary color
Monochromatic Colors of #C21658
Black with #C21658
Text Example
Text Example
White with #C21658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21658; }
p { color: rgb(194,22,88); }
H1.HeaderClassName
{
color: #C21658;
}
.AnyTagClassName
{
color: #C21658;
}
</style>
background-color css
<style>
a { background-color: #C21658; }
a { background-color: rgb(194,22,88); }
div.DivClassName
{
background-color: #C21658;
}
.BgClassName
{
background-color: #C21658;
}
</style>
border-color css
<style>
span { border-color: #C21658; }
span { border-color: rgb(194,22,88); }
td.TdClassName
{
border-color: #C21658;
}
.TagClassName
{
border-color: #C21658;
}
</style>