Shades of Old Rose #C93251
Tints of Old Rose #C93251
RGB
CMYK
RGB Variations
Color information
#C93251 (or 0xC93251) is known color: Old Rose. HEX triplet: C9, 32 and 51. RGB value is (201,50,81). Sum of RGB (Red+Green+Blue) = 201+50+81=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C93251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93251 is #36CDAE. Grayscale: #626262. Windows color (decimal): -3591599 or 5321417. OLE color: 5321417.
HSL color Cylindrical-coordinate representation of color #C93251: hue angle of 347.68º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93251 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 81 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.21 |
| HSL | 347.68º | 0.6% | 0.49% | - |
| HSV(B) | 347.68º | 0.75% | 0.79% | - |
| XYZ | 26.71 | 15.29 | 9.33 | - |
| YUV | 98.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 81 | 0 | 0.75 | 0.60 | 0.21 | 347.68 | 0.6 | 0.49 |
| Hex | C9 | 32 | 51 | 0 | 4B | 3C | 15 | 15C | 3C | 31 |
| Octal | 311 | 62 | 121 | 0 | 113 | 74 | 25 | 534 | 74 | 61 |
| Binary | 11001001 | 110010 | 1010001 | 0 | 1001011 | 111100 | 10101 | 101011100 | 111100 | 110001 |
Color Harmonies of #C93251
Complementary color
Monochromatic Colors of #C93251
Black with #C93251
Text Example
Text Example
White with #C93251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93251; }
p { color: rgb(201,50,81); }
H1.HeaderClassName
{
color: #C93251;
}
.AnyTagClassName
{
color: #C93251;
}
</style>
background-color css
<style>
a { background-color: #C93251; }
a { background-color: rgb(201,50,81); }
div.DivClassName
{
background-color: #C93251;
}
.BgClassName
{
background-color: #C93251;
}
</style>
border-color css
<style>
span { border-color: #C93251; }
span { border-color: rgb(201,50,81); }
td.TdClassName
{
border-color: #C93251;
}
.TagClassName
{
border-color: #C93251;
}
</style>