Shades of Old Rose #C61E5D
Tints of Old Rose #C61E5D
RGB
CMYK
RGB Variations
Color information
#C61E5D (or 0xC61E5D) is known color: Old Rose. HEX triplet: C6, 1E and 5D. RGB value is (198,30,93). Sum of RGB (Red+Green+Blue) = 198+30+93=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E5D is #39E1A2. Grayscale: #575757. Windows color (decimal): -3793315 or 6102726. OLE color: 6102726.
HSL color Cylindrical-coordinate representation of color #C61E5D: hue angle of 337.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61E5D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 93 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.22 |
| HSL | 337.5º | 0.74% | 0.45% | - |
| HSV(B) | 337.5º | 0.85% | 0.78% | - |
| XYZ | 25.73 | 13.72 | 11.65 | - |
| YUV | 87.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 93 | 0 | 0.85 | 0.53 | 0.22 | 337.5 | 0.74 | 0.45 |
| Hex | C6 | 1E | 5D | 0 | 55 | 35 | 16 | 152 | 4A | 2D |
| Octal | 306 | 36 | 135 | 0 | 125 | 65 | 26 | 522 | 112 | 55 |
| Binary | 11000110 | 11110 | 1011101 | 0 | 1010101 | 110101 | 10110 | 101010010 | 1001010 | 101101 |
Color Harmonies of #C61E5D
Complementary color
Monochromatic Colors of #C61E5D
Black with #C61E5D
Text Example
Text Example
White with #C61E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E5D; }
p { color: rgb(198,30,93); }
H1.HeaderClassName
{
color: #C61E5D;
}
.AnyTagClassName
{
color: #C61E5D;
}
</style>
background-color css
<style>
a { background-color: #C61E5D; }
a { background-color: rgb(198,30,93); }
div.DivClassName
{
background-color: #C61E5D;
}
.BgClassName
{
background-color: #C61E5D;
}
</style>
border-color css
<style>
span { border-color: #C61E5D; }
span { border-color: rgb(198,30,93); }
td.TdClassName
{
border-color: #C61E5D;
}
.TagClassName
{
border-color: #C61E5D;
}
</style>