Shades of Old Rose #C63C55
Tints of Old Rose #C63C55
RGB
CMYK
RGB Variations
Color information
#C63C55 (or 0xC63C55) is known color: Old Rose. HEX triplet: C6, 3C and 55. RGB value is (198,60,85). Sum of RGB (Red+Green+Blue) = 198+60+85=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C55 is #39C3AA. Grayscale: #686868. Windows color (decimal): -3785643 or 5586118. OLE color: 5586118.
HSL color Cylindrical-coordinate representation of color #C63C55: hue angle of 349.13º 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 #C63C55 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 85 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.22 |
| HSL | 349.13º | 0.55% | 0.51% | - |
| HSV(B) | 349.13º | 0.7% | 0.78% | - |
| XYZ | 26.54 | 15.89 | 10.26 | - |
| YUV | 104.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 85 | 0 | 0.70 | 0.57 | 0.22 | 349.13 | 0.55 | 0.51 |
| Hex | C6 | 3C | 55 | 0 | 46 | 39 | 16 | 15D | 37 | 33 |
| Octal | 306 | 74 | 125 | 0 | 106 | 71 | 26 | 535 | 67 | 63 |
| Binary | 11000110 | 111100 | 1010101 | 0 | 1000110 | 111001 | 10110 | 101011101 | 110111 | 110011 |
Color Harmonies of #C63C55
Complementary color
Monochromatic Colors of #C63C55
Black with #C63C55
Text Example
Text Example
White with #C63C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C55; }
p { color: rgb(198,60,85); }
H1.HeaderClassName
{
color: #C63C55;
}
.AnyTagClassName
{
color: #C63C55;
}
</style>
background-color css
<style>
a { background-color: #C63C55; }
a { background-color: rgb(198,60,85); }
div.DivClassName
{
background-color: #C63C55;
}
.BgClassName
{
background-color: #C63C55;
}
</style>
border-color css
<style>
span { border-color: #C63C55; }
span { border-color: rgb(198,60,85); }
td.TdClassName
{
border-color: #C63C55;
}
.TagClassName
{
border-color: #C63C55;
}
</style>