Shades of Old Rose #C93751
Tints of Old Rose #C93751
RGB
CMYK
RGB Variations
Color information
#C93751 (or 0xC93751) is known color: Old Rose. HEX triplet: C9, 37 and 51. RGB value is (201,55,81). Sum of RGB (Red+Green+Blue) = 201+55+81=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93751 is #36C8AE. Grayscale: #656565. Windows color (decimal): -3590319 or 5322697. OLE color: 5322697.
HSL color Cylindrical-coordinate representation of color #C93751: hue angle of 349.32º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93751 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 81 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.21 |
| HSL | 349.32º | 0.57% | 0.5% | - |
| HSV(B) | 349.32º | 0.73% | 0.79% | - |
| XYZ | 26.94 | 15.74 | 9.4 | - |
| YUV | 101.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 81 | 0 | 0.73 | 0.60 | 0.21 | 349.32 | 0.57 | 0.5 |
| Hex | C9 | 37 | 51 | 0 | 49 | 3C | 15 | 15D | 39 | 32 |
| Octal | 311 | 67 | 121 | 0 | 111 | 74 | 25 | 535 | 71 | 62 |
| Binary | 11001001 | 110111 | 1010001 | 0 | 1001001 | 111100 | 10101 | 101011101 | 111001 | 110010 |
Color Harmonies of #C93751
Complementary color
Monochromatic Colors of #C93751
Black with #C93751
Text Example
Text Example
White with #C93751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93751; }
p { color: rgb(201,55,81); }
H1.HeaderClassName
{
color: #C93751;
}
.AnyTagClassName
{
color: #C93751;
}
</style>
background-color css
<style>
a { background-color: #C93751; }
a { background-color: rgb(201,55,81); }
div.DivClassName
{
background-color: #C93751;
}
.BgClassName
{
background-color: #C93751;
}
</style>
border-color css
<style>
span { border-color: #C93751; }
span { border-color: rgb(201,55,81); }
td.TdClassName
{
border-color: #C93751;
}
.TagClassName
{
border-color: #C93751;
}
</style>