Shades of Old Rose #C63E5D
Tints of Old Rose #C63E5D
RGB
CMYK
RGB Variations
Color information
#C63E5D (or 0xC63E5D) is known color: Old Rose. HEX triplet: C6, 3E and 5D. RGB value is (198,62,93). Sum of RGB (Red+Green+Blue) = 198+62+93=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E5D is #39C1A2. Grayscale: #6A6A6A. Windows color (decimal): -3785123 or 6110918. OLE color: 6110918.
HSL color Cylindrical-coordinate representation of color #C63E5D: hue angle of 346.32º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63E5D is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 93 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.22 |
| HSL | 346.32º | 0.54% | 0.51% | - |
| HSV(B) | 346.32º | 0.69% | 0.78% | - |
| XYZ | 26.99 | 16.24 | 12.07 | - |
| YUV | 106.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 93 | 0 | 0.69 | 0.53 | 0.22 | 346.32 | 0.54 | 0.51 |
| Hex | C6 | 3E | 5D | 0 | 45 | 35 | 16 | 15A | 36 | 33 |
| Octal | 306 | 76 | 135 | 0 | 105 | 65 | 26 | 532 | 66 | 63 |
| Binary | 11000110 | 111110 | 1011101 | 0 | 1000101 | 110101 | 10110 | 101011010 | 110110 | 110011 |
Color Harmonies of #C63E5D
Complementary color
Monochromatic Colors of #C63E5D
Black with #C63E5D
Text Example
Text Example
White with #C63E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E5D; }
p { color: rgb(198,62,93); }
H1.HeaderClassName
{
color: #C63E5D;
}
.AnyTagClassName
{
color: #C63E5D;
}
</style>
background-color css
<style>
a { background-color: #C63E5D; }
a { background-color: rgb(198,62,93); }
div.DivClassName
{
background-color: #C63E5D;
}
.BgClassName
{
background-color: #C63E5D;
}
</style>
border-color css
<style>
span { border-color: #C63E5D; }
span { border-color: rgb(198,62,93); }
td.TdClassName
{
border-color: #C63E5D;
}
.TagClassName
{
border-color: #C63E5D;
}
</style>