Shades of Old Rose #C93D54
Tints of Old Rose #C93D54
RGB
CMYK
RGB Variations
Color information
#C93D54 (or 0xC93D54) is known color: Old Rose. HEX triplet: C9, 3D and 54. RGB value is (201,61,84). Sum of RGB (Red+Green+Blue) = 201+61+84=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D54 is #36C2AB. Grayscale: #696969. Windows color (decimal): -3588780 or 5520841. OLE color: 5520841.
HSL color Cylindrical-coordinate representation of color #C93D54: hue angle of 350.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D54 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 84 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.21 |
| HSL | 350.14º | 0.56% | 0.51% | - |
| HSV(B) | 350.14º | 0.7% | 0.79% | - |
| XYZ | 27.36 | 16.4 | 10.11 | - |
| YUV | 105.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 84 | 0 | 0.70 | 0.58 | 0.21 | 350.14 | 0.56 | 0.51 |
| Hex | C9 | 3D | 54 | 0 | 46 | 3A | 15 | 15E | 38 | 33 |
| Octal | 311 | 75 | 124 | 0 | 106 | 72 | 25 | 536 | 70 | 63 |
| Binary | 11001001 | 111101 | 1010100 | 0 | 1000110 | 111010 | 10101 | 101011110 | 111000 | 110011 |
Color Harmonies of #C93D54
Complementary color
Monochromatic Colors of #C93D54
Black with #C93D54
Text Example
Text Example
White with #C93D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D54; }
p { color: rgb(201,61,84); }
H1.HeaderClassName
{
color: #C93D54;
}
.AnyTagClassName
{
color: #C93D54;
}
</style>
background-color css
<style>
a { background-color: #C93D54; }
a { background-color: rgb(201,61,84); }
div.DivClassName
{
background-color: #C93D54;
}
.BgClassName
{
background-color: #C93D54;
}
</style>
border-color css
<style>
span { border-color: #C93D54; }
span { border-color: rgb(201,61,84); }
td.TdClassName
{
border-color: #C93D54;
}
.TagClassName
{
border-color: #C93D54;
}
</style>