Shades of Old Rose #C93454
Tints of Old Rose #C93454
RGB
CMYK
RGB Variations
Color information
#C93454 (or 0xC93454) is known color: Old Rose. HEX triplet: C9, 34 and 54. RGB value is (201,52,84). Sum of RGB (Red+Green+Blue) = 201+52+84=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93454 is #36CBAB. Grayscale: #646464. Windows color (decimal): -3591084 or 5518537. OLE color: 5518537.
HSL color Cylindrical-coordinate representation of color #C93454: hue angle of 347.11º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93454 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 84 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.21 |
| HSL | 347.11º | 0.59% | 0.5% | - |
| HSV(B) | 347.11º | 0.74% | 0.79% | - |
| XYZ | 26.92 | 15.51 | 9.96 | - |
| YUV | 100.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 84 | 0 | 0.74 | 0.58 | 0.21 | 347.11 | 0.59 | 0.5 |
| Hex | C9 | 34 | 54 | 0 | 4A | 3A | 15 | 15B | 3B | 32 |
| Octal | 311 | 64 | 124 | 0 | 112 | 72 | 25 | 533 | 73 | 62 |
| Binary | 11001001 | 110100 | 1010100 | 0 | 1001010 | 111010 | 10101 | 101011011 | 111011 | 110010 |
Color Harmonies of #C93454
Complementary color
Monochromatic Colors of #C93454
Black with #C93454
Text Example
Text Example
White with #C93454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93454; }
p { color: rgb(201,52,84); }
H1.HeaderClassName
{
color: #C93454;
}
.AnyTagClassName
{
color: #C93454;
}
</style>
background-color css
<style>
a { background-color: #C93454; }
a { background-color: rgb(201,52,84); }
div.DivClassName
{
background-color: #C93454;
}
.BgClassName
{
background-color: #C93454;
}
</style>
border-color css
<style>
span { border-color: #C93454; }
span { border-color: rgb(201,52,84); }
td.TdClassName
{
border-color: #C93454;
}
.TagClassName
{
border-color: #C93454;
}
</style>