Shades of Old Rose #C93057
Tints of Old Rose #C93057
RGB
CMYK
RGB Variations
Color information
#C93057 (or 0xC93057) is known color: Old Rose. HEX triplet: C9, 30 and 57. RGB value is (201,48,87). Sum of RGB (Red+Green+Blue) = 201+48+87=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C93057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93057 is #36CFA8. Grayscale: #626262. Windows color (decimal): -3592105 or 5714121. OLE color: 5714121.
HSL color Cylindrical-coordinate representation of color #C93057: hue angle of 344.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93057 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 87 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.21 |
| HSL | 344.71º | 0.61% | 0.49% | - |
| HSV(B) | 344.71º | 0.76% | 0.79% | - |
| XYZ | 26.86 | 15.22 | 10.54 | - |
| YUV | 98.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 87 | 0 | 0.76 | 0.57 | 0.21 | 344.71 | 0.61 | 0.49 |
| Hex | C9 | 30 | 57 | 0 | 4C | 39 | 15 | 159 | 3D | 31 |
| Octal | 311 | 60 | 127 | 0 | 114 | 71 | 25 | 531 | 75 | 61 |
| Binary | 11001001 | 110000 | 1010111 | 0 | 1001100 | 111001 | 10101 | 101011001 | 111101 | 110001 |
Color Harmonies of #C93057
Complementary color
Monochromatic Colors of #C93057
Black with #C93057
Text Example
Text Example
White with #C93057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93057; }
p { color: rgb(201,48,87); }
H1.HeaderClassName
{
color: #C93057;
}
.AnyTagClassName
{
color: #C93057;
}
</style>
background-color css
<style>
a { background-color: #C93057; }
a { background-color: rgb(201,48,87); }
div.DivClassName
{
background-color: #C93057;
}
.BgClassName
{
background-color: #C93057;
}
</style>
border-color css
<style>
span { border-color: #C93057; }
span { border-color: rgb(201,48,87); }
td.TdClassName
{
border-color: #C93057;
}
.TagClassName
{
border-color: #C93057;
}
</style>