Shades of Old Rose #C92759
Tints of Old Rose #C92759
RGB
CMYK
RGB Variations
Color information
#C92759 (or 0xC92759) is known color: Old Rose. HEX triplet: C9, 27 and 59. RGB value is (201,39,89). Sum of RGB (Red+Green+Blue) = 201+39+89=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C92759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92759 is #36D8A6. Grayscale: #5D5D5D. Windows color (decimal): -3594407 or 5842889. OLE color: 5842889.
HSL color Cylindrical-coordinate representation of color #C92759: hue angle of 341.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92759 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 89 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.21 |
| HSL | 341.48º | 0.68% | 0.47% | - |
| HSV(B) | 341.48º | 0.81% | 0.79% | - |
| XYZ | 26.62 | 14.59 | 10.86 | - |
| YUV | 93.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 89 | 0 | 0.81 | 0.56 | 0.21 | 341.48 | 0.68 | 0.47 |
| Hex | C9 | 27 | 59 | 0 | 51 | 38 | 15 | 155 | 44 | 2F |
| Octal | 311 | 47 | 131 | 0 | 121 | 70 | 25 | 525 | 104 | 57 |
| Binary | 11001001 | 100111 | 1011001 | 0 | 1010001 | 111000 | 10101 | 101010101 | 1000100 | 101111 |
Color Harmonies of #C92759
Complementary color
Monochromatic Colors of #C92759
Black with #C92759
Text Example
Text Example
White with #C92759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92759; }
p { color: rgb(201,39,89); }
H1.HeaderClassName
{
color: #C92759;
}
.AnyTagClassName
{
color: #C92759;
}
</style>
background-color css
<style>
a { background-color: #C92759; }
a { background-color: rgb(201,39,89); }
div.DivClassName
{
background-color: #C92759;
}
.BgClassName
{
background-color: #C92759;
}
</style>
border-color css
<style>
span { border-color: #C92759; }
span { border-color: rgb(201,39,89); }
td.TdClassName
{
border-color: #C92759;
}
.TagClassName
{
border-color: #C92759;
}
</style>