Shades of Old Rose #C63759
Tints of Old Rose #C63759
RGB
CMYK
RGB Variations
Color information
#C63759 (or 0xC63759) is known color: Old Rose. HEX triplet: C6, 37 and 59. RGB value is (198,55,89). Sum of RGB (Red+Green+Blue) = 198+55+89=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C63759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63759 is #39C8A6. Grayscale: #656565. Windows color (decimal): -3786919 or 5846982. OLE color: 5846982.
HSL color Cylindrical-coordinate representation of color #C63759: hue angle of 345.73º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63759 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 89 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.22 |
| HSL | 345.73º | 0.57% | 0.5% | - |
| HSV(B) | 345.73º | 0.72% | 0.78% | - |
| XYZ | 26.46 | 15.46 | 11.04 | - |
| YUV | 101.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 89 | 0 | 0.72 | 0.55 | 0.22 | 345.73 | 0.57 | 0.5 |
| Hex | C6 | 37 | 59 | 0 | 48 | 37 | 16 | 15A | 39 | 32 |
| Octal | 306 | 67 | 131 | 0 | 110 | 67 | 26 | 532 | 71 | 62 |
| Binary | 11000110 | 110111 | 1011001 | 0 | 1001000 | 110111 | 10110 | 101011010 | 111001 | 110010 |
Color Harmonies of #C63759
Complementary color
Monochromatic Colors of #C63759
Black with #C63759
Text Example
Text Example
White with #C63759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63759; }
p { color: rgb(198,55,89); }
H1.HeaderClassName
{
color: #C63759;
}
.AnyTagClassName
{
color: #C63759;
}
</style>
background-color css
<style>
a { background-color: #C63759; }
a { background-color: rgb(198,55,89); }
div.DivClassName
{
background-color: #C63759;
}
.BgClassName
{
background-color: #C63759;
}
</style>
border-color css
<style>
span { border-color: #C63759; }
span { border-color: rgb(198,55,89); }
td.TdClassName
{
border-color: #C63759;
}
.TagClassName
{
border-color: #C63759;
}
</style>