Shades of Old Rose #C62E5D
Tints of Old Rose #C62E5D
RGB
CMYK
RGB Variations
Color information
#C62E5D (or 0xC62E5D) is known color: Old Rose. HEX triplet: C6, 2E and 5D. RGB value is (198,46,93). Sum of RGB (Red+Green+Blue) = 198+46+93=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E5D is #39D1A2. Grayscale: #606060. Windows color (decimal): -3789219 or 6106822. OLE color: 6106822.
HSL color Cylindrical-coordinate representation of color #C62E5D: hue angle of 341.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E5D is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 93 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.22 |
| HSL | 341.45º | 0.62% | 0.48% | - |
| HSV(B) | 341.45º | 0.77% | 0.78% | - |
| XYZ | 26.24 | 14.75 | 11.82 | - |
| YUV | 96.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 93 | 0 | 0.77 | 0.53 | 0.22 | 341.45 | 0.62 | 0.48 |
| Hex | C6 | 2E | 5D | 0 | 4D | 35 | 16 | 155 | 3E | 30 |
| Octal | 306 | 56 | 135 | 0 | 115 | 65 | 26 | 525 | 76 | 60 |
| Binary | 11000110 | 101110 | 1011101 | 0 | 1001101 | 110101 | 10110 | 101010101 | 111110 | 110000 |
Color Harmonies of #C62E5D
Complementary color
Monochromatic Colors of #C62E5D
Black with #C62E5D
Text Example
Text Example
White with #C62E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E5D; }
p { color: rgb(198,46,93); }
H1.HeaderClassName
{
color: #C62E5D;
}
.AnyTagClassName
{
color: #C62E5D;
}
</style>
background-color css
<style>
a { background-color: #C62E5D; }
a { background-color: rgb(198,46,93); }
div.DivClassName
{
background-color: #C62E5D;
}
.BgClassName
{
background-color: #C62E5D;
}
</style>
border-color css
<style>
span { border-color: #C62E5D; }
span { border-color: rgb(198,46,93); }
td.TdClassName
{
border-color: #C62E5D;
}
.TagClassName
{
border-color: #C62E5D;
}
</style>