Shades of Old Rose #C92C54
Tints of Old Rose #C92C54
RGB
CMYK
RGB Variations
Color information
#C92C54 (or 0xC92C54) is known color: Old Rose. HEX triplet: C9, 2C and 54. RGB value is (201,44,84). Sum of RGB (Red+Green+Blue) = 201+44+84=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C54 is #36D3AB. Grayscale: #5F5F5F. Windows color (decimal): -3593132 or 5516489. OLE color: 5516489.
HSL color Cylindrical-coordinate representation of color #C92C54: hue angle of 344.71º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92C54 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 84 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.21 |
| HSL | 344.71º | 0.64% | 0.48% | - |
| HSV(B) | 344.71º | 0.78% | 0.79% | - |
| XYZ | 26.59 | 14.86 | 9.85 | - |
| YUV | 95.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 84 | 0 | 0.78 | 0.58 | 0.21 | 344.71 | 0.64 | 0.48 |
| Hex | C9 | 2C | 54 | 0 | 4E | 3A | 15 | 159 | 40 | 30 |
| Octal | 311 | 54 | 124 | 0 | 116 | 72 | 25 | 531 | 100 | 60 |
| Binary | 11001001 | 101100 | 1010100 | 0 | 1001110 | 111010 | 10101 | 101011001 | 1000000 | 110000 |
Color Harmonies of #C92C54
Complementary color
Monochromatic Colors of #C92C54
Black with #C92C54
Text Example
Text Example
White with #C92C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C54; }
p { color: rgb(201,44,84); }
H1.HeaderClassName
{
color: #C92C54;
}
.AnyTagClassName
{
color: #C92C54;
}
</style>
background-color css
<style>
a { background-color: #C92C54; }
a { background-color: rgb(201,44,84); }
div.DivClassName
{
background-color: #C92C54;
}
.BgClassName
{
background-color: #C92C54;
}
</style>
border-color css
<style>
span { border-color: #C92C54; }
span { border-color: rgb(201,44,84); }
td.TdClassName
{
border-color: #C92C54;
}
.TagClassName
{
border-color: #C92C54;
}
</style>