Shades of Old Rose #C92D53
Tints of Old Rose #C92D53
RGB
CMYK
RGB Variations
Color information
#C92D53 (or 0xC92D53) is known color: Old Rose. HEX triplet: C9, 2D and 53. RGB value is (201,45,83). Sum of RGB (Red+Green+Blue) = 201+45+83=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D53 is #36D2AC. Grayscale: #5F5F5F. Windows color (decimal): -3592877 or 5451209. OLE color: 5451209.
HSL color Cylindrical-coordinate representation of color #C92D53: hue angle of 345.38º 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 #C92D53 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 83 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.21 |
| HSL | 345.38º | 0.63% | 0.48% | - |
| HSV(B) | 345.38º | 0.78% | 0.79% | - |
| XYZ | 26.59 | 14.92 | 9.66 | - |
| YUV | 95.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 83 | 0 | 0.78 | 0.59 | 0.21 | 345.38 | 0.63 | 0.48 |
| Hex | C9 | 2D | 53 | 0 | 4E | 3B | 15 | 159 | 3F | 30 |
| Octal | 311 | 55 | 123 | 0 | 116 | 73 | 25 | 531 | 77 | 60 |
| Binary | 11001001 | 101101 | 1010011 | 0 | 1001110 | 111011 | 10101 | 101011001 | 111111 | 110000 |
Color Harmonies of #C92D53
Complementary color
Monochromatic Colors of #C92D53
Black with #C92D53
Text Example
Text Example
White with #C92D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D53; }
p { color: rgb(201,45,83); }
H1.HeaderClassName
{
color: #C92D53;
}
.AnyTagClassName
{
color: #C92D53;
}
</style>
background-color css
<style>
a { background-color: #C92D53; }
a { background-color: rgb(201,45,83); }
div.DivClassName
{
background-color: #C92D53;
}
.BgClassName
{
background-color: #C92D53;
}
</style>
border-color css
<style>
span { border-color: #C92D53; }
span { border-color: rgb(201,45,83); }
td.TdClassName
{
border-color: #C92D53;
}
.TagClassName
{
border-color: #C92D53;
}
</style>