Shades of Old Rose #C91E4F
Tints of Old Rose #C91E4F
RGB
CMYK
RGB Variations
Color information
#C91E4F (or 0xC91E4F) is known color: Old Rose. HEX triplet: C9, 1E and 4F. RGB value is (201,30,79). Sum of RGB (Red+Green+Blue) = 201+30+79=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91E4F is #36E1B0. Grayscale: #565656. Windows color (decimal): -3596721 or 5185225. OLE color: 5185225.
HSL color Cylindrical-coordinate representation of color #C91E4F: hue angle of 342.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E4F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 30 | 79 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.21 |
| HSL | 342.81º | 0.74% | 0.45% | - |
| HSV(B) | 342.81º | 0.85% | 0.79% | - |
| XYZ | 25.96 | 13.91 | 8.71 | - |
| YUV | 86.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 79 | 0 | 0.85 | 0.61 | 0.21 | 342.81 | 0.74 | 0.45 |
| Hex | C9 | 1E | 4F | 0 | 55 | 3D | 15 | 157 | 4A | 2D |
| Octal | 311 | 36 | 117 | 0 | 125 | 75 | 25 | 527 | 112 | 55 |
| Binary | 11001001 | 11110 | 1001111 | 0 | 1010101 | 111101 | 10101 | 101010111 | 1001010 | 101101 |
Color Harmonies of #C91E4F
Complementary color
Monochromatic Colors of #C91E4F
Black with #C91E4F
Text Example
Text Example
White with #C91E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91E4F; }
p { color: rgb(201,30,79); }
H1.HeaderClassName
{
color: #C91E4F;
}
.AnyTagClassName
{
color: #C91E4F;
}
</style>
background-color css
<style>
a { background-color: #C91E4F; }
a { background-color: rgb(201,30,79); }
div.DivClassName
{
background-color: #C91E4F;
}
.BgClassName
{
background-color: #C91E4F;
}
</style>
border-color css
<style>
span { border-color: #C91E4F; }
span { border-color: rgb(201,30,79); }
td.TdClassName
{
border-color: #C91E4F;
}
.TagClassName
{
border-color: #C91E4F;
}
</style>