Shades of Old Rose #C63A4D
Tints of Old Rose #C63A4D
RGB
CMYK
RGB Variations
Color information
#C63A4D (or 0xC63A4D) is known color: Old Rose. HEX triplet: C6, 3A and 4D. RGB value is (198,58,77). Sum of RGB (Red+Green+Blue) = 198+58+77=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A4D is #39C5B2. Grayscale: #666666. Windows color (decimal): -3786163 or 5061318. OLE color: 5061318.
HSL color Cylindrical-coordinate representation of color #C63A4D: hue angle of 351.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A4D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 77 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.22 |
| HSL | 351.86º | 0.55% | 0.5% | - |
| HSV(B) | 351.86º | 0.71% | 0.78% | - |
| XYZ | 26.14 | 15.57 | 8.65 | - |
| YUV | 102.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 77 | 0 | 0.71 | 0.61 | 0.22 | 351.86 | 0.55 | 0.5 |
| Hex | C6 | 3A | 4D | 0 | 47 | 3D | 16 | 160 | 37 | 32 |
| Octal | 306 | 72 | 115 | 0 | 107 | 75 | 26 | 540 | 67 | 62 |
| Binary | 11000110 | 111010 | 1001101 | 0 | 1000111 | 111101 | 10110 | 101100000 | 110111 | 110010 |
Color Harmonies of #C63A4D
Complementary color
Monochromatic Colors of #C63A4D
Black with #C63A4D
Text Example
Text Example
White with #C63A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A4D; }
p { color: rgb(198,58,77); }
H1.HeaderClassName
{
color: #C63A4D;
}
.AnyTagClassName
{
color: #C63A4D;
}
</style>
background-color css
<style>
a { background-color: #C63A4D; }
a { background-color: rgb(198,58,77); }
div.DivClassName
{
background-color: #C63A4D;
}
.BgClassName
{
background-color: #C63A4D;
}
</style>
border-color css
<style>
span { border-color: #C63A4D; }
span { border-color: rgb(198,58,77); }
td.TdClassName
{
border-color: #C63A4D;
}
.TagClassName
{
border-color: #C63A4D;
}
</style>