Shades of Old Rose #C62759
Tints of Old Rose #C62759
RGB
CMYK
RGB Variations
Color information
#C62759 (or 0xC62759) is known color: Old Rose. HEX triplet: C6, 27 and 59. RGB value is (198,39,89). Sum of RGB (Red+Green+Blue) = 198+39+89=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C62759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62759 is #39D8A6. Grayscale: #5C5C5C. Windows color (decimal): -3791015 or 5842886. OLE color: 5842886.
HSL color Cylindrical-coordinate representation of color #C62759: hue angle of 341.13º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62759 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 89 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.22 |
| HSL | 341.13º | 0.67% | 0.46% | - |
| HSV(B) | 341.13º | 0.8% | 0.78% | - |
| XYZ | 25.82 | 14.18 | 10.83 | - |
| YUV | 92.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 89 | 0 | 0.80 | 0.55 | 0.22 | 341.13 | 0.67 | 0.46 |
| Hex | C6 | 27 | 59 | 0 | 50 | 37 | 16 | 155 | 43 | 2E |
| Octal | 306 | 47 | 131 | 0 | 120 | 67 | 26 | 525 | 103 | 56 |
| Binary | 11000110 | 100111 | 1011001 | 0 | 1010000 | 110111 | 10110 | 101010101 | 1000011 | 101110 |
Color Harmonies of #C62759
Complementary color
Monochromatic Colors of #C62759
Black with #C62759
Text Example
Text Example
White with #C62759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62759; }
p { color: rgb(198,39,89); }
H1.HeaderClassName
{
color: #C62759;
}
.AnyTagClassName
{
color: #C62759;
}
</style>
background-color css
<style>
a { background-color: #C62759; }
a { background-color: rgb(198,39,89); }
div.DivClassName
{
background-color: #C62759;
}
.BgClassName
{
background-color: #C62759;
}
</style>
border-color css
<style>
span { border-color: #C62759; }
span { border-color: rgb(198,39,89); }
td.TdClassName
{
border-color: #C62759;
}
.TagClassName
{
border-color: #C62759;
}
</style>