Shades of Old Rose #C5215D
Tints of Old Rose #C5215D
RGB
CMYK
RGB Variations
Color information
#C5215D (or 0xC5215D) is known color: Old Rose. HEX triplet: C5, 21 and 5D. RGB value is (197,33,93). Sum of RGB (Red+Green+Blue) = 197+33+93=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5215D is #3ADEA2. Grayscale: #585858. Windows color (decimal): -3858083 or 6103493. OLE color: 6103493.
HSL color Cylindrical-coordinate representation of color #C5215D: hue angle of 338.05º 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 #C5215D is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 93 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.23 |
| HSL | 338.05º | 0.71% | 0.45% | - |
| HSV(B) | 338.05º | 0.83% | 0.77% | - |
| XYZ | 25.55 | 13.75 | 11.66 | - |
| YUV | 88.88 | 130.33 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 93 | 0 | 0.83 | 0.53 | 0.23 | 338.05 | 0.71 | 0.45 |
| Hex | C5 | 21 | 5D | 0 | 53 | 35 | 17 | 152 | 47 | 2D |
| Octal | 305 | 41 | 135 | 0 | 123 | 65 | 27 | 522 | 107 | 55 |
| Binary | 11000101 | 100001 | 1011101 | 0 | 1010011 | 110101 | 10111 | 101010010 | 1000111 | 101101 |
Color Harmonies of #C5215D
Complementary color
Monochromatic Colors of #C5215D
Black with #C5215D
Text Example
Text Example
White with #C5215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5215D; }
p { color: rgb(197,33,93); }
H1.HeaderClassName
{
color: #C5215D;
}
.AnyTagClassName
{
color: #C5215D;
}
</style>
background-color css
<style>
a { background-color: #C5215D; }
a { background-color: rgb(197,33,93); }
div.DivClassName
{
background-color: #C5215D;
}
.BgClassName
{
background-color: #C5215D;
}
</style>
border-color css
<style>
span { border-color: #C5215D; }
span { border-color: rgb(197,33,93); }
td.TdClassName
{
border-color: #C5215D;
}
.TagClassName
{
border-color: #C5215D;
}
</style>