Shades of Old Rose #C93558
Tints of Old Rose #C93558
RGB
CMYK
RGB Variations
Color information
#C93558 (or 0xC93558) is known color: Old Rose. HEX triplet: C9, 35 and 58. RGB value is (201,53,88). Sum of RGB (Red+Green+Blue) = 201+53+88=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C93558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93558 is #36CAA7. Grayscale: #656565. Windows color (decimal): -3590824 or 5780937. OLE color: 5780937.
HSL color Cylindrical-coordinate representation of color #C93558: hue angle of 345.81º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93558 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 88 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.21 |
| HSL | 345.81º | 0.58% | 0.5% | - |
| HSV(B) | 345.81º | 0.74% | 0.79% | - |
| XYZ | 27.12 | 15.67 | 10.83 | - |
| YUV | 101.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 88 | 0 | 0.74 | 0.56 | 0.21 | 345.81 | 0.58 | 0.5 |
| Hex | C9 | 35 | 58 | 0 | 4A | 38 | 15 | 15A | 3A | 32 |
| Octal | 311 | 65 | 130 | 0 | 112 | 70 | 25 | 532 | 72 | 62 |
| Binary | 11001001 | 110101 | 1011000 | 0 | 1001010 | 111000 | 10101 | 101011010 | 111010 | 110010 |
Color Harmonies of #C93558
Complementary color
Monochromatic Colors of #C93558
Black with #C93558
Text Example
Text Example
White with #C93558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93558; }
p { color: rgb(201,53,88); }
H1.HeaderClassName
{
color: #C93558;
}
.AnyTagClassName
{
color: #C93558;
}
</style>
background-color css
<style>
a { background-color: #C93558; }
a { background-color: rgb(201,53,88); }
div.DivClassName
{
background-color: #C93558;
}
.BgClassName
{
background-color: #C93558;
}
</style>
border-color css
<style>
span { border-color: #C93558; }
span { border-color: rgb(201,53,88); }
td.TdClassName
{
border-color: #C93558;
}
.TagClassName
{
border-color: #C93558;
}
</style>