Shades of Old Rose #C63C4E
Tints of Old Rose #C63C4E
RGB
CMYK
RGB Variations
Color information
#C63C4E (or 0xC63C4E) is known color: Old Rose. HEX triplet: C6, 3C and 4E. RGB value is (198,60,78). Sum of RGB (Red+Green+Blue) = 198+60+78=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C4E is #39C3B1. Grayscale: #676767. Windows color (decimal): -3785650 or 5127366. OLE color: 5127366.
HSL color Cylindrical-coordinate representation of color #C63C4E: hue angle of 352.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C4E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 78 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.22 |
| HSL | 352.17º | 0.55% | 0.51% | - |
| HSV(B) | 352.17º | 0.7% | 0.78% | - |
| XYZ | 26.28 | 15.79 | 8.87 | - |
| YUV | 103.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 78 | 0 | 0.70 | 0.61 | 0.22 | 352.17 | 0.55 | 0.51 |
| Hex | C6 | 3C | 4E | 0 | 46 | 3D | 16 | 160 | 37 | 33 |
| Octal | 306 | 74 | 116 | 0 | 106 | 75 | 26 | 540 | 67 | 63 |
| Binary | 11000110 | 111100 | 1001110 | 0 | 1000110 | 111101 | 10110 | 101100000 | 110111 | 110011 |
Color Harmonies of #C63C4E
Complementary color
Monochromatic Colors of #C63C4E
Black with #C63C4E
Text Example
Text Example
White with #C63C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C4E; }
p { color: rgb(198,60,78); }
H1.HeaderClassName
{
color: #C63C4E;
}
.AnyTagClassName
{
color: #C63C4E;
}
</style>
background-color css
<style>
a { background-color: #C63C4E; }
a { background-color: rgb(198,60,78); }
div.DivClassName
{
background-color: #C63C4E;
}
.BgClassName
{
background-color: #C63C4E;
}
</style>
border-color css
<style>
span { border-color: #C63C4E; }
span { border-color: rgb(198,60,78); }
td.TdClassName
{
border-color: #C63C4E;
}
.TagClassName
{
border-color: #C63C4E;
}
</style>