Shades of Old Rose #C93051
Tints of Old Rose #C93051
RGB
CMYK
RGB Variations
Color information
#C93051 (or 0xC93051) is known color: Old Rose. HEX triplet: C9, 30 and 51. RGB value is (201,48,81). Sum of RGB (Red+Green+Blue) = 201+48+81=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C93051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93051 is #36CFAE. Grayscale: #616161. Windows color (decimal): -3592111 or 5320905. OLE color: 5320905.
HSL color Cylindrical-coordinate representation of color #C93051: hue angle of 347.06º 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 #C93051 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 81 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.21 |
| HSL | 347.06º | 0.61% | 0.49% | - |
| HSV(B) | 347.06º | 0.76% | 0.79% | - |
| XYZ | 26.63 | 15.13 | 9.3 | - |
| YUV | 97.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 81 | 0 | 0.76 | 0.60 | 0.21 | 347.06 | 0.61 | 0.49 |
| Hex | C9 | 30 | 51 | 0 | 4C | 3C | 15 | 15B | 3D | 31 |
| Octal | 311 | 60 | 121 | 0 | 114 | 74 | 25 | 533 | 75 | 61 |
| Binary | 11001001 | 110000 | 1010001 | 0 | 1001100 | 111100 | 10101 | 101011011 | 111101 | 110001 |
Color Harmonies of #C93051
Complementary color
Monochromatic Colors of #C93051
Black with #C93051
Text Example
Text Example
White with #C93051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93051; }
p { color: rgb(201,48,81); }
H1.HeaderClassName
{
color: #C93051;
}
.AnyTagClassName
{
color: #C93051;
}
</style>
background-color css
<style>
a { background-color: #C93051; }
a { background-color: rgb(201,48,81); }
div.DivClassName
{
background-color: #C93051;
}
.BgClassName
{
background-color: #C93051;
}
</style>
border-color css
<style>
span { border-color: #C93051; }
span { border-color: rgb(201,48,81); }
td.TdClassName
{
border-color: #C93051;
}
.TagClassName
{
border-color: #C93051;
}
</style>