Shades of Old Rose #C93859
Tints of Old Rose #C93859
RGB
CMYK
RGB Variations
Color information
#C93859 (or 0xC93859) is known color: Old Rose. HEX triplet: C9, 38 and 59. RGB value is (201,56,89). Sum of RGB (Red+Green+Blue) = 201+56+89=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C93859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93859 is #36C7A6. Grayscale: #676767. Windows color (decimal): -3590055 or 5847241. OLE color: 5847241.
HSL color Cylindrical-coordinate representation of color #C93859: hue angle of 346.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93859 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 89 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.21 |
| HSL | 346.34º | 0.57% | 0.5% | - |
| HSV(B) | 346.34º | 0.72% | 0.79% | - |
| XYZ | 27.3 | 15.97 | 11.09 | - |
| YUV | 103.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 89 | 0 | 0.72 | 0.56 | 0.21 | 346.34 | 0.57 | 0.5 |
| Hex | C9 | 38 | 59 | 0 | 48 | 38 | 15 | 15A | 39 | 32 |
| Octal | 311 | 70 | 131 | 0 | 110 | 70 | 25 | 532 | 71 | 62 |
| Binary | 11001001 | 111000 | 1011001 | 0 | 1001000 | 111000 | 10101 | 101011010 | 111001 | 110010 |
Color Harmonies of #C93859
Complementary color
Monochromatic Colors of #C93859
Black with #C93859
Text Example
Text Example
White with #C93859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93859; }
p { color: rgb(201,56,89); }
H1.HeaderClassName
{
color: #C93859;
}
.AnyTagClassName
{
color: #C93859;
}
</style>
background-color css
<style>
a { background-color: #C93859; }
a { background-color: rgb(201,56,89); }
div.DivClassName
{
background-color: #C93859;
}
.BgClassName
{
background-color: #C93859;
}
</style>
border-color css
<style>
span { border-color: #C93859; }
span { border-color: rgb(201,56,89); }
td.TdClassName
{
border-color: #C93859;
}
.TagClassName
{
border-color: #C93859;
}
</style>