Shades of Old Rose #C92E4E
Tints of Old Rose #C92E4E
RGB
CMYK
RGB Variations
Color information
#C92E4E (or 0xC92E4E) is known color: Old Rose. HEX triplet: C9, 2E and 4E. RGB value is (201,46,78). Sum of RGB (Red+Green+Blue) = 201+46+78=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92E4E is #36D1B1. Grayscale: #606060. Windows color (decimal): -3592626 or 5123785. OLE color: 5123785.
HSL color Cylindrical-coordinate representation of color #C92E4E: hue angle of 347.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92E4E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 78 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.21 |
| HSL | 347.61º | 0.63% | 0.48% | - |
| HSV(B) | 347.61º | 0.77% | 0.79% | - |
| XYZ | 26.44 | 14.92 | 8.69 | - |
| YUV | 95.99 | 117.85 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 78 | 0 | 0.77 | 0.61 | 0.21 | 347.61 | 0.63 | 0.48 |
| Hex | C9 | 2E | 4E | 0 | 4D | 3D | 15 | 15C | 3F | 30 |
| Octal | 311 | 56 | 116 | 0 | 115 | 75 | 25 | 534 | 77 | 60 |
| Binary | 11001001 | 101110 | 1001110 | 0 | 1001101 | 111101 | 10101 | 101011100 | 111111 | 110000 |
Color Harmonies of #C92E4E
Complementary color
Monochromatic Colors of #C92E4E
Black with #C92E4E
Text Example
Text Example
White with #C92E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92E4E; }
p { color: rgb(201,46,78); }
H1.HeaderClassName
{
color: #C92E4E;
}
.AnyTagClassName
{
color: #C92E4E;
}
</style>
background-color css
<style>
a { background-color: #C92E4E; }
a { background-color: rgb(201,46,78); }
div.DivClassName
{
background-color: #C92E4E;
}
.BgClassName
{
background-color: #C92E4E;
}
</style>
border-color css
<style>
span { border-color: #C92E4E; }
span { border-color: rgb(201,46,78); }
td.TdClassName
{
border-color: #C92E4E;
}
.TagClassName
{
border-color: #C92E4E;
}
</style>