Shades of Old Rose #C92F4E
Tints of Old Rose #C92F4E
RGB
CMYK
RGB Variations
Color information
#C92F4E (or 0xC92F4E) is known color: Old Rose. HEX triplet: C9, 2F and 4E. RGB value is (201,47,78). Sum of RGB (Red+Green+Blue) = 201+47+78=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92F4E is #36D0B1. Grayscale: #606060. Windows color (decimal): -3592370 or 5124041. OLE color: 5124041.
HSL color Cylindrical-coordinate representation of color #C92F4E: hue angle of 347.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92F4E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 78 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.21 |
| HSL | 347.92º | 0.62% | 0.49% | - |
| HSV(B) | 347.92º | 0.77% | 0.79% | - |
| XYZ | 26.48 | 15 | 8.71 | - |
| YUV | 96.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 78 | 0 | 0.77 | 0.61 | 0.21 | 347.92 | 0.62 | 0.49 |
| Hex | C9 | 2F | 4E | 0 | 4D | 3D | 15 | 15C | 3E | 31 |
| Octal | 311 | 57 | 116 | 0 | 115 | 75 | 25 | 534 | 76 | 61 |
| Binary | 11001001 | 101111 | 1001110 | 0 | 1001101 | 111101 | 10101 | 101011100 | 111110 | 110001 |
Color Harmonies of #C92F4E
Complementary color
Monochromatic Colors of #C92F4E
Black with #C92F4E
Text Example
Text Example
White with #C92F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F4E; }
p { color: rgb(201,47,78); }
H1.HeaderClassName
{
color: #C92F4E;
}
.AnyTagClassName
{
color: #C92F4E;
}
</style>
background-color css
<style>
a { background-color: #C92F4E; }
a { background-color: rgb(201,47,78); }
div.DivClassName
{
background-color: #C92F4E;
}
.BgClassName
{
background-color: #C92F4E;
}
</style>
border-color css
<style>
span { border-color: #C92F4E; }
span { border-color: rgb(201,47,78); }
td.TdClassName
{
border-color: #C92F4E;
}
.TagClassName
{
border-color: #C92F4E;
}
</style>