Shades of Old Rose #C92D5A
Tints of Old Rose #C92D5A
RGB
CMYK
RGB Variations
Color information
#C92D5A (or 0xC92D5A) is known color: Old Rose. HEX triplet: C9, 2D and 5A. RGB value is (201,45,90). Sum of RGB (Red+Green+Blue) = 201+45+90=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D5A is #36D2A5. Grayscale: #606060. Windows color (decimal): -3592870 or 5909961. OLE color: 5909961.
HSL color Cylindrical-coordinate representation of color #C92D5A: hue angle of 342.69º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92D5A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 90 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.21 |
| HSL | 342.69º | 0.63% | 0.48% | - |
| HSV(B) | 342.69º | 0.78% | 0.79% | - |
| XYZ | 26.87 | 15.03 | 11.16 | - |
| YUV | 96.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 90 | 0 | 0.78 | 0.55 | 0.21 | 342.69 | 0.63 | 0.48 |
| Hex | C9 | 2D | 5A | 0 | 4E | 37 | 15 | 157 | 3F | 30 |
| Octal | 311 | 55 | 132 | 0 | 116 | 67 | 25 | 527 | 77 | 60 |
| Binary | 11001001 | 101101 | 1011010 | 0 | 1001110 | 110111 | 10101 | 101010111 | 111111 | 110000 |
Color Harmonies of #C92D5A
Complementary color
Monochromatic Colors of #C92D5A
Black with #C92D5A
Text Example
Text Example
White with #C92D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D5A; }
p { color: rgb(201,45,90); }
H1.HeaderClassName
{
color: #C92D5A;
}
.AnyTagClassName
{
color: #C92D5A;
}
</style>
background-color css
<style>
a { background-color: #C92D5A; }
a { background-color: rgb(201,45,90); }
div.DivClassName
{
background-color: #C92D5A;
}
.BgClassName
{
background-color: #C92D5A;
}
</style>
border-color css
<style>
span { border-color: #C92D5A; }
span { border-color: rgb(201,45,90); }
td.TdClassName
{
border-color: #C92D5A;
}
.TagClassName
{
border-color: #C92D5A;
}
</style>