Shades of Old Rose #C63159
Tints of Old Rose #C63159
RGB
CMYK
RGB Variations
Color information
#C63159 (or 0xC63159) is known color: Old Rose. HEX triplet: C6, 31 and 59. RGB value is (198,49,89). Sum of RGB (Red+Green+Blue) = 198+49+89=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63159 is #39CEA6. Grayscale: #626262. Windows color (decimal): -3788455 or 5845446. OLE color: 5845446.
HSL color Cylindrical-coordinate representation of color #C63159: hue angle of 343.89º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63159 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 89 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.22 |
| HSL | 343.89º | 0.6% | 0.48% | - |
| HSV(B) | 343.89º | 0.75% | 0.78% | - |
| XYZ | 26.19 | 14.92 | 10.95 | - |
| YUV | 98.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 89 | 0 | 0.75 | 0.55 | 0.22 | 343.89 | 0.6 | 0.48 |
| Hex | C6 | 31 | 59 | 0 | 4B | 37 | 16 | 158 | 3C | 30 |
| Octal | 306 | 61 | 131 | 0 | 113 | 67 | 26 | 530 | 74 | 60 |
| Binary | 11000110 | 110001 | 1011001 | 0 | 1001011 | 110111 | 10110 | 101011000 | 111100 | 110000 |
Color Harmonies of #C63159
Complementary color
Monochromatic Colors of #C63159
Black with #C63159
Text Example
Text Example
White with #C63159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63159; }
p { color: rgb(198,49,89); }
H1.HeaderClassName
{
color: #C63159;
}
.AnyTagClassName
{
color: #C63159;
}
</style>
background-color css
<style>
a { background-color: #C63159; }
a { background-color: rgb(198,49,89); }
div.DivClassName
{
background-color: #C63159;
}
.BgClassName
{
background-color: #C63159;
}
</style>
border-color css
<style>
span { border-color: #C63159; }
span { border-color: rgb(198,49,89); }
td.TdClassName
{
border-color: #C63159;
}
.TagClassName
{
border-color: #C63159;
}
</style>