Shades of Old Rose #C92F5A
Tints of Old Rose #C92F5A
RGB
CMYK
RGB Variations
Color information
#C92F5A (or 0xC92F5A) is known color: Old Rose. HEX triplet: C9, 2F and 5A. RGB value is (201,47,90). Sum of RGB (Red+Green+Blue) = 201+47+90=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92F5A is #36D0A5. Grayscale: #616161. Windows color (decimal): -3592358 or 5910473. OLE color: 5910473.
HSL color Cylindrical-coordinate representation of color #C92F5A: hue angle of 343.25º 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 #C92F5A is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 90 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.21 |
| HSL | 343.25º | 0.62% | 0.49% | - |
| HSV(B) | 343.25º | 0.77% | 0.79% | - |
| XYZ | 26.95 | 15.19 | 11.18 | - |
| YUV | 97.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 90 | 0 | 0.77 | 0.55 | 0.21 | 343.25 | 0.62 | 0.49 |
| Hex | C9 | 2F | 5A | 0 | 4D | 37 | 15 | 157 | 3E | 31 |
| Octal | 311 | 57 | 132 | 0 | 115 | 67 | 25 | 527 | 76 | 61 |
| Binary | 11001001 | 101111 | 1011010 | 0 | 1001101 | 110111 | 10101 | 101010111 | 111110 | 110001 |
Color Harmonies of #C92F5A
Complementary color
Monochromatic Colors of #C92F5A
Black with #C92F5A
Text Example
Text Example
White with #C92F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F5A; }
p { color: rgb(201,47,90); }
H1.HeaderClassName
{
color: #C92F5A;
}
.AnyTagClassName
{
color: #C92F5A;
}
</style>
background-color css
<style>
a { background-color: #C92F5A; }
a { background-color: rgb(201,47,90); }
div.DivClassName
{
background-color: #C92F5A;
}
.BgClassName
{
background-color: #C92F5A;
}
</style>
border-color css
<style>
span { border-color: #C92F5A; }
span { border-color: rgb(201,47,90); }
td.TdClassName
{
border-color: #C92F5A;
}
.TagClassName
{
border-color: #C92F5A;
}
</style>