Shades of Old Rose #C63559
Tints of Old Rose #C63559
RGB
CMYK
RGB Variations
Color information
#C63559 (or 0xC63559) is known color: Old Rose. HEX triplet: C6, 35 and 59. RGB value is (198,53,89). Sum of RGB (Red+Green+Blue) = 198+53+89=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C63559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63559 is #39CAA6. Grayscale: #646464. Windows color (decimal): -3787431 or 5846470. OLE color: 5846470.
HSL color Cylindrical-coordinate representation of color #C63559: hue angle of 345.1º 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 #C63559 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 89 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.22 |
| HSL | 345.1º | 0.58% | 0.49% | - |
| HSV(B) | 345.1º | 0.73% | 0.78% | - |
| XYZ | 26.36 | 15.27 | 11.01 | - |
| YUV | 100.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 89 | 0 | 0.73 | 0.55 | 0.22 | 345.1 | 0.58 | 0.49 |
| Hex | C6 | 35 | 59 | 0 | 49 | 37 | 16 | 159 | 3A | 31 |
| Octal | 306 | 65 | 131 | 0 | 111 | 67 | 26 | 531 | 72 | 61 |
| Binary | 11000110 | 110101 | 1011001 | 0 | 1001001 | 110111 | 10110 | 101011001 | 111010 | 110001 |
Color Harmonies of #C63559
Complementary color
Monochromatic Colors of #C63559
Black with #C63559
Text Example
Text Example
White with #C63559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63559; }
p { color: rgb(198,53,89); }
H1.HeaderClassName
{
color: #C63559;
}
.AnyTagClassName
{
color: #C63559;
}
</style>
background-color css
<style>
a { background-color: #C63559; }
a { background-color: rgb(198,53,89); }
div.DivClassName
{
background-color: #C63559;
}
.BgClassName
{
background-color: #C63559;
}
</style>
border-color css
<style>
span { border-color: #C63559; }
span { border-color: rgb(198,53,89); }
td.TdClassName
{
border-color: #C63559;
}
.TagClassName
{
border-color: #C63559;
}
</style>