Shades of Old Rose #C63E4D
Tints of Old Rose #C63E4D
RGB
CMYK
RGB Variations
Color information
#C63E4D (or 0xC63E4D) is known color: Old Rose. HEX triplet: C6, 3E and 4D. RGB value is (198,62,77). Sum of RGB (Red+Green+Blue) = 198+62+77=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E4D is #39C1B2. Grayscale: #686868. Windows color (decimal): -3785139 or 5062342. OLE color: 5062342.
HSL color Cylindrical-coordinate representation of color #C63E4D: hue angle of 353.38º 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 #C63E4D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 77 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.22 |
| HSL | 353.38º | 0.54% | 0.51% | - |
| HSV(B) | 353.38º | 0.69% | 0.78% | - |
| XYZ | 26.35 | 15.99 | 8.72 | - |
| YUV | 104.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 77 | 0 | 0.69 | 0.61 | 0.22 | 353.38 | 0.54 | 0.51 |
| Hex | C6 | 3E | 4D | 0 | 45 | 3D | 16 | 161 | 36 | 33 |
| Octal | 306 | 76 | 115 | 0 | 105 | 75 | 26 | 541 | 66 | 63 |
| Binary | 11000110 | 111110 | 1001101 | 0 | 1000101 | 111101 | 10110 | 101100001 | 110110 | 110011 |
Color Harmonies of #C63E4D
Complementary color
Monochromatic Colors of #C63E4D
Black with #C63E4D
Text Example
Text Example
White with #C63E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E4D; }
p { color: rgb(198,62,77); }
H1.HeaderClassName
{
color: #C63E4D;
}
.AnyTagClassName
{
color: #C63E4D;
}
</style>
background-color css
<style>
a { background-color: #C63E4D; }
a { background-color: rgb(198,62,77); }
div.DivClassName
{
background-color: #C63E4D;
}
.BgClassName
{
background-color: #C63E4D;
}
</style>
border-color css
<style>
span { border-color: #C63E4D; }
span { border-color: rgb(198,62,77); }
td.TdClassName
{
border-color: #C63E4D;
}
.TagClassName
{
border-color: #C63E4D;
}
</style>