Shades of Old Rose #C93254
Tints of Old Rose #C93254
RGB
CMYK
RGB Variations
Color information
#C93254 (or 0xC93254) is known color: Old Rose. HEX triplet: C9, 32 and 54. RGB value is (201,50,84). Sum of RGB (Red+Green+Blue) = 201+50+84=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93254 is #36CDAB. Grayscale: #636363. Windows color (decimal): -3591596 or 5518025. OLE color: 5518025.
HSL color Cylindrical-coordinate representation of color #C93254: hue angle of 346.49º 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 #C93254 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 84 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.21 |
| HSL | 346.49º | 0.6% | 0.49% | - |
| HSV(B) | 346.49º | 0.75% | 0.79% | - |
| XYZ | 26.83 | 15.34 | 9.93 | - |
| YUV | 99.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 84 | 0 | 0.75 | 0.58 | 0.21 | 346.49 | 0.6 | 0.49 |
| Hex | C9 | 32 | 54 | 0 | 4B | 3A | 15 | 15A | 3C | 31 |
| Octal | 311 | 62 | 124 | 0 | 113 | 72 | 25 | 532 | 74 | 61 |
| Binary | 11001001 | 110010 | 1010100 | 0 | 1001011 | 111010 | 10101 | 101011010 | 111100 | 110001 |
Color Harmonies of #C93254
Complementary color
Monochromatic Colors of #C93254
Black with #C93254
Text Example
Text Example
White with #C93254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93254; }
p { color: rgb(201,50,84); }
H1.HeaderClassName
{
color: #C93254;
}
.AnyTagClassName
{
color: #C93254;
}
</style>
background-color css
<style>
a { background-color: #C93254; }
a { background-color: rgb(201,50,84); }
div.DivClassName
{
background-color: #C93254;
}
.BgClassName
{
background-color: #C93254;
}
</style>
border-color css
<style>
span { border-color: #C93254; }
span { border-color: rgb(201,50,84); }
td.TdClassName
{
border-color: #C93254;
}
.TagClassName
{
border-color: #C93254;
}
</style>