Shades of Old Rose #C93959
Tints of Old Rose #C93959
RGB
CMYK
RGB Variations
Color information
#C93959 (or 0xC93959) is known color: Old Rose. HEX triplet: C9, 39 and 59. RGB value is (201,57,89). Sum of RGB (Red+Green+Blue) = 201+57+89=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C93959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93959 is #36C6A6. Grayscale: #676767. Windows color (decimal): -3589799 or 5847497. OLE color: 5847497.
HSL color Cylindrical-coordinate representation of color #C93959: hue angle of 346.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93959 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 89 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.21 |
| HSL | 346.67º | 0.57% | 0.51% | - |
| HSV(B) | 346.67º | 0.72% | 0.79% | - |
| XYZ | 27.35 | 16.07 | 11.11 | - |
| YUV | 103.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 89 | 0 | 0.72 | 0.56 | 0.21 | 346.67 | 0.57 | 0.51 |
| Hex | C9 | 39 | 59 | 0 | 48 | 38 | 15 | 15B | 39 | 33 |
| Octal | 311 | 71 | 131 | 0 | 110 | 70 | 25 | 533 | 71 | 63 |
| Binary | 11001001 | 111001 | 1011001 | 0 | 1001000 | 111000 | 10101 | 101011011 | 111001 | 110011 |
Color Harmonies of #C93959
Complementary color
Monochromatic Colors of #C93959
Black with #C93959
Text Example
Text Example
White with #C93959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93959; }
p { color: rgb(201,57,89); }
H1.HeaderClassName
{
color: #C93959;
}
.AnyTagClassName
{
color: #C93959;
}
</style>
background-color css
<style>
a { background-color: #C93959; }
a { background-color: rgb(201,57,89); }
div.DivClassName
{
background-color: #C93959;
}
.BgClassName
{
background-color: #C93959;
}
</style>
border-color css
<style>
span { border-color: #C93959; }
span { border-color: rgb(201,57,89); }
td.TdClassName
{
border-color: #C93959;
}
.TagClassName
{
border-color: #C93959;
}
</style>