Shades of Old Rose #C63C58
Tints of Old Rose #C63C58
RGB
CMYK
RGB Variations
Color information
#C63C58 (or 0xC63C58) is known color: Old Rose. HEX triplet: C6, 3C and 58. RGB value is (198,60,88). Sum of RGB (Red+Green+Blue) = 198+60+88=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C58 is #39C3A7. Grayscale: #686868. Windows color (decimal): -3785640 or 5782726. OLE color: 5782726.
HSL color Cylindrical-coordinate representation of color #C63C58: hue angle of 347.83º 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 #C63C58 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 88 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.22 |
| HSL | 347.83º | 0.55% | 0.51% | - |
| HSV(B) | 347.83º | 0.7% | 0.78% | - |
| XYZ | 26.67 | 15.94 | 10.9 | - |
| YUV | 104.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 88 | 0 | 0.70 | 0.56 | 0.22 | 347.83 | 0.55 | 0.51 |
| Hex | C6 | 3C | 58 | 0 | 46 | 38 | 16 | 15C | 37 | 33 |
| Octal | 306 | 74 | 130 | 0 | 106 | 70 | 26 | 534 | 67 | 63 |
| Binary | 11000110 | 111100 | 1011000 | 0 | 1000110 | 111000 | 10110 | 101011100 | 110111 | 110011 |
Color Harmonies of #C63C58
Complementary color
Monochromatic Colors of #C63C58
Black with #C63C58
Text Example
Text Example
White with #C63C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C58; }
p { color: rgb(198,60,88); }
H1.HeaderClassName
{
color: #C63C58;
}
.AnyTagClassName
{
color: #C63C58;
}
</style>
background-color css
<style>
a { background-color: #C63C58; }
a { background-color: rgb(198,60,88); }
div.DivClassName
{
background-color: #C63C58;
}
.BgClassName
{
background-color: #C63C58;
}
</style>
border-color css
<style>
span { border-color: #C63C58; }
span { border-color: rgb(198,60,88); }
td.TdClassName
{
border-color: #C63C58;
}
.TagClassName
{
border-color: #C63C58;
}
</style>