Shades of Old Rose #C93B5D
Tints of Old Rose #C93B5D
RGB
CMYK
RGB Variations
Color information
#C93B5D (or 0xC93B5D) is known color: Old Rose. HEX triplet: C9, 3B and 5D. RGB value is (201,59,93). Sum of RGB (Red+Green+Blue) = 201+59+93=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93B5D is #36C4A2. Grayscale: #696969. Windows color (decimal): -3589283 or 6110153. OLE color: 6110153.
HSL color Cylindrical-coordinate representation of color #C93B5D: hue angle of 345.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B5D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 93 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.21 |
| HSL | 345.63º | 0.57% | 0.51% | - |
| HSV(B) | 345.63º | 0.71% | 0.79% | - |
| XYZ | 27.63 | 16.34 | 12.05 | - |
| YUV | 105.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 93 | 0 | 0.71 | 0.54 | 0.21 | 345.63 | 0.57 | 0.51 |
| Hex | C9 | 3B | 5D | 0 | 47 | 36 | 15 | 15A | 39 | 33 |
| Octal | 311 | 73 | 135 | 0 | 107 | 66 | 25 | 532 | 71 | 63 |
| Binary | 11001001 | 111011 | 1011101 | 0 | 1000111 | 110110 | 10101 | 101011010 | 111001 | 110011 |
Color Harmonies of #C93B5D
Complementary color
Monochromatic Colors of #C93B5D
Black with #C93B5D
Text Example
Text Example
White with #C93B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B5D; }
p { color: rgb(201,59,93); }
H1.HeaderClassName
{
color: #C93B5D;
}
.AnyTagClassName
{
color: #C93B5D;
}
</style>
background-color css
<style>
a { background-color: #C93B5D; }
a { background-color: rgb(201,59,93); }
div.DivClassName
{
background-color: #C93B5D;
}
.BgClassName
{
background-color: #C93B5D;
}
</style>
border-color css
<style>
span { border-color: #C93B5D; }
span { border-color: rgb(201,59,93); }
td.TdClassName
{
border-color: #C93B5D;
}
.TagClassName
{
border-color: #C93B5D;
}
</style>