Shades of Old Rose #C63659
Tints of Old Rose #C63659
RGB
CMYK
RGB Variations
Color information
#C63659 (or 0xC63659) is known color: Old Rose. HEX triplet: C6, 36 and 59. RGB value is (198,54,89). Sum of RGB (Red+Green+Blue) = 198+54+89=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C63659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63659 is #39C9A6. Grayscale: #656565. Windows color (decimal): -3787175 or 5846726. OLE color: 5846726.
HSL color Cylindrical-coordinate representation of color #C63659: hue angle of 345.42º degrees, saturation: 0.57, 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 #C63659 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 89 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.22 |
| HSL | 345.42º | 0.57% | 0.49% | - |
| HSV(B) | 345.42º | 0.73% | 0.78% | - |
| XYZ | 26.41 | 15.37 | 11.02 | - |
| YUV | 101.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 89 | 0 | 0.73 | 0.55 | 0.22 | 345.42 | 0.57 | 0.49 |
| Hex | C6 | 36 | 59 | 0 | 49 | 37 | 16 | 159 | 39 | 31 |
| Octal | 306 | 66 | 131 | 0 | 111 | 67 | 26 | 531 | 71 | 61 |
| Binary | 11000110 | 110110 | 1011001 | 0 | 1001001 | 110111 | 10110 | 101011001 | 111001 | 110001 |
Color Harmonies of #C63659
Complementary color
Monochromatic Colors of #C63659
Black with #C63659
Text Example
Text Example
White with #C63659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63659; }
p { color: rgb(198,54,89); }
H1.HeaderClassName
{
color: #C63659;
}
.AnyTagClassName
{
color: #C63659;
}
</style>
background-color css
<style>
a { background-color: #C63659; }
a { background-color: rgb(198,54,89); }
div.DivClassName
{
background-color: #C63659;
}
.BgClassName
{
background-color: #C63659;
}
</style>
border-color css
<style>
span { border-color: #C63659; }
span { border-color: rgb(198,54,89); }
td.TdClassName
{
border-color: #C63659;
}
.TagClassName
{
border-color: #C63659;
}
</style>