Shades of Old Rose #C92E4F
Tints of Old Rose #C92E4F
RGB
CMYK
RGB Variations
Color information
#C92E4F (or 0xC92E4F) is known color: Old Rose. HEX triplet: C9, 2E and 4F. RGB value is (201,46,79). Sum of RGB (Red+Green+Blue) = 201+46+79=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92E4F is #36D1B0. Grayscale: #606060. Windows color (decimal): -3592625 or 5189321. OLE color: 5189321.
HSL color Cylindrical-coordinate representation of color #C92E4F: hue angle of 347.23º 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 #C92E4F is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 79 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.21 |
| HSL | 347.23º | 0.63% | 0.48% | - |
| HSV(B) | 347.23º | 0.77% | 0.79% | - |
| XYZ | 26.48 | 14.94 | 8.88 | - |
| YUV | 96.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 79 | 0 | 0.77 | 0.61 | 0.21 | 347.23 | 0.63 | 0.48 |
| Hex | C9 | 2E | 4F | 0 | 4D | 3D | 15 | 15B | 3F | 30 |
| Octal | 311 | 56 | 117 | 0 | 115 | 75 | 25 | 533 | 77 | 60 |
| Binary | 11001001 | 101110 | 1001111 | 0 | 1001101 | 111101 | 10101 | 101011011 | 111111 | 110000 |
Color Harmonies of #C92E4F
Complementary color
Monochromatic Colors of #C92E4F
Black with #C92E4F
Text Example
Text Example
White with #C92E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92E4F; }
p { color: rgb(201,46,79); }
H1.HeaderClassName
{
color: #C92E4F;
}
.AnyTagClassName
{
color: #C92E4F;
}
</style>
background-color css
<style>
a { background-color: #C92E4F; }
a { background-color: rgb(201,46,79); }
div.DivClassName
{
background-color: #C92E4F;
}
.BgClassName
{
background-color: #C92E4F;
}
</style>
border-color css
<style>
span { border-color: #C92E4F; }
span { border-color: rgb(201,46,79); }
td.TdClassName
{
border-color: #C92E4F;
}
.TagClassName
{
border-color: #C92E4F;
}
</style>