Shades of Old Rose #C93951
Tints of Old Rose #C93951
RGB
CMYK
RGB Variations
Color information
#C93951 (or 0xC93951) is known color: Old Rose. HEX triplet: C9, 39 and 51. RGB value is (201,57,81). Sum of RGB (Red+Green+Blue) = 201+57+81=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93951 is #36C6AE. Grayscale: #666666. Windows color (decimal): -3589807 or 5323209. OLE color: 5323209.
HSL color Cylindrical-coordinate representation of color #C93951: hue angle of 350º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93951 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 81 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.21 |
| HSL | 350º | 0.57% | 0.51% | - |
| HSV(B) | 350º | 0.72% | 0.79% | - |
| XYZ | 27.04 | 15.94 | 9.44 | - |
| YUV | 102.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 81 | 0 | 0.72 | 0.60 | 0.21 | 350 | 0.57 | 0.51 |
| Hex | C9 | 39 | 51 | 0 | 48 | 3C | 15 | 15E | 39 | 33 |
| Octal | 311 | 71 | 121 | 0 | 110 | 74 | 25 | 536 | 71 | 63 |
| Binary | 11001001 | 111001 | 1010001 | 0 | 1001000 | 111100 | 10101 | 101011110 | 111001 | 110011 |
Color Harmonies of #C93951
Complementary color
Monochromatic Colors of #C93951
Black with #C93951
Text Example
Text Example
White with #C93951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93951; }
p { color: rgb(201,57,81); }
H1.HeaderClassName
{
color: #C93951;
}
.AnyTagClassName
{
color: #C93951;
}
</style>
background-color css
<style>
a { background-color: #C93951; }
a { background-color: rgb(201,57,81); }
div.DivClassName
{
background-color: #C93951;
}
.BgClassName
{
background-color: #C93951;
}
</style>
border-color css
<style>
span { border-color: #C93951; }
span { border-color: rgb(201,57,81); }
td.TdClassName
{
border-color: #C93951;
}
.TagClassName
{
border-color: #C93951;
}
</style>