Shades of Old Rose #C0214F
Tints of Old Rose #C0214F
RGB
CMYK
RGB Variations
Color information
#C0214F (or 0xC0214F) is known color: Old Rose. HEX triplet: C0, 21 and 4F. RGB value is (192,33,79). Sum of RGB (Red+Green+Blue) = 192+33+79=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0214F is #3FDEB0. Grayscale: #555555. Windows color (decimal): -4185777 or 5185984. OLE color: 5185984.
HSL color Cylindrical-coordinate representation of color #C0214F: hue angle of 342.64º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0214F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 79 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.25 |
| HSL | 342.64º | 0.71% | 0.44% | - |
| HSV(B) | 342.64º | 0.83% | 0.75% | - |
| XYZ | 23.69 | 12.86 | 8.63 | - |
| YUV | 85.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 79 | 0 | 0.83 | 0.59 | 0.25 | 342.64 | 0.71 | 0.44 |
| Hex | C0 | 21 | 4F | 0 | 53 | 3B | 19 | 157 | 47 | 2C |
| Octal | 300 | 41 | 117 | 0 | 123 | 73 | 31 | 527 | 107 | 54 |
| Binary | 11000000 | 100001 | 1001111 | 0 | 1010011 | 111011 | 11001 | 101010111 | 1000111 | 101100 |
Color Harmonies of #C0214F
Complementary color
Monochromatic Colors of #C0214F
Black with #C0214F
Text Example
Text Example
White with #C0214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0214F; }
p { color: rgb(192,33,79); }
H1.HeaderClassName
{
color: #C0214F;
}
.AnyTagClassName
{
color: #C0214F;
}
</style>
background-color css
<style>
a { background-color: #C0214F; }
a { background-color: rgb(192,33,79); }
div.DivClassName
{
background-color: #C0214F;
}
.BgClassName
{
background-color: #C0214F;
}
</style>
border-color css
<style>
span { border-color: #C0214F; }
span { border-color: rgb(192,33,79); }
td.TdClassName
{
border-color: #C0214F;
}
.TagClassName
{
border-color: #C0214F;
}
</style>