Shades of Old Rose #C5214C
Tints of Old Rose #C5214C
RGB
CMYK
RGB Variations
Color information
#C5214C (or 0xC5214C) is known color: Old Rose. HEX triplet: C5, 21 and 4C. RGB value is (197,33,76). Sum of RGB (Red+Green+Blue) = 197+33+76=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5214C is #3ADEB3. Grayscale: #565656. Windows color (decimal): -3858100 or 4989381. OLE color: 4989381.
HSL color Cylindrical-coordinate representation of color #C5214C: hue angle of 344.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5214C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 76 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.23 |
| HSL | 344.27º | 0.71% | 0.45% | - |
| HSV(B) | 344.27º | 0.83% | 0.77% | - |
| XYZ | 24.87 | 13.48 | 8.13 | - |
| YUV | 86.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 76 | 0 | 0.83 | 0.61 | 0.23 | 344.27 | 0.71 | 0.45 |
| Hex | C5 | 21 | 4C | 0 | 53 | 3D | 17 | 158 | 47 | 2D |
| Octal | 305 | 41 | 114 | 0 | 123 | 75 | 27 | 530 | 107 | 55 |
| Binary | 11000101 | 100001 | 1001100 | 0 | 1010011 | 111101 | 10111 | 101011000 | 1000111 | 101101 |
Color Harmonies of #C5214C
Complementary color
Monochromatic Colors of #C5214C
Black with #C5214C
Text Example
Text Example
White with #C5214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5214C; }
p { color: rgb(197,33,76); }
H1.HeaderClassName
{
color: #C5214C;
}
.AnyTagClassName
{
color: #C5214C;
}
</style>
background-color css
<style>
a { background-color: #C5214C; }
a { background-color: rgb(197,33,76); }
div.DivClassName
{
background-color: #C5214C;
}
.BgClassName
{
background-color: #C5214C;
}
</style>
border-color css
<style>
span { border-color: #C5214C; }
span { border-color: rgb(197,33,76); }
td.TdClassName
{
border-color: #C5214C;
}
.TagClassName
{
border-color: #C5214C;
}
</style>