Shades of Old Rose #C63550
Tints of Old Rose #C63550
RGB
CMYK
RGB Variations
Color information
#C63550 (or 0xC63550) is known color: Old Rose. HEX triplet: C6, 35 and 50. RGB value is (198,53,80). Sum of RGB (Red+Green+Blue) = 198+53+80=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C63550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63550 is #39CAAF. Grayscale: #636363. Windows color (decimal): -3787440 or 5256646. OLE color: 5256646.
HSL color Cylindrical-coordinate representation of color #C63550: hue angle of 348.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63550 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 80 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.22 |
| HSL | 348.83º | 0.58% | 0.49% | - |
| HSV(B) | 348.83º | 0.73% | 0.78% | - |
| XYZ | 26.01 | 15.13 | 9.14 | - |
| YUV | 99.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 80 | 0 | 0.73 | 0.60 | 0.22 | 348.83 | 0.58 | 0.49 |
| Hex | C6 | 35 | 50 | 0 | 49 | 3C | 16 | 15D | 3A | 31 |
| Octal | 306 | 65 | 120 | 0 | 111 | 74 | 26 | 535 | 72 | 61 |
| Binary | 11000110 | 110101 | 1010000 | 0 | 1001001 | 111100 | 10110 | 101011101 | 111010 | 110001 |
Color Harmonies of #C63550
Complementary color
Monochromatic Colors of #C63550
Black with #C63550
Text Example
Text Example
White with #C63550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63550; }
p { color: rgb(198,53,80); }
H1.HeaderClassName
{
color: #C63550;
}
.AnyTagClassName
{
color: #C63550;
}
</style>
background-color css
<style>
a { background-color: #C63550; }
a { background-color: rgb(198,53,80); }
div.DivClassName
{
background-color: #C63550;
}
.BgClassName
{
background-color: #C63550;
}
</style>
border-color css
<style>
span { border-color: #C63550; }
span { border-color: rgb(198,53,80); }
td.TdClassName
{
border-color: #C63550;
}
.TagClassName
{
border-color: #C63550;
}
</style>