Shades of Old Rose #C92B57
Tints of Old Rose #C92B57
RGB
CMYK
RGB Variations
Color information
#C92B57 (or 0xC92B57) is known color: Old Rose. HEX triplet: C9, 2B and 57. RGB value is (201,43,87). Sum of RGB (Red+Green+Blue) = 201+43+87=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92B57 is #36D4A8. Grayscale: #5F5F5F. Windows color (decimal): -3593385 or 5712841. OLE color: 5712841.
HSL color Cylindrical-coordinate representation of color #C92B57: hue angle of 343.29º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92B57 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 87 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.21 |
| HSL | 343.29º | 0.65% | 0.48% | - |
| HSV(B) | 343.29º | 0.79% | 0.79% | - |
| XYZ | 26.67 | 14.83 | 10.47 | - |
| YUV | 95.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 87 | 0 | 0.79 | 0.57 | 0.21 | 343.29 | 0.65 | 0.48 |
| Hex | C9 | 2B | 57 | 0 | 4F | 39 | 15 | 157 | 41 | 30 |
| Octal | 311 | 53 | 127 | 0 | 117 | 71 | 25 | 527 | 101 | 60 |
| Binary | 11001001 | 101011 | 1010111 | 0 | 1001111 | 111001 | 10101 | 101010111 | 1000001 | 110000 |
Color Harmonies of #C92B57
Complementary color
Monochromatic Colors of #C92B57
Black with #C92B57
Text Example
Text Example
White with #C92B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B57; }
p { color: rgb(201,43,87); }
H1.HeaderClassName
{
color: #C92B57;
}
.AnyTagClassName
{
color: #C92B57;
}
</style>
background-color css
<style>
a { background-color: #C92B57; }
a { background-color: rgb(201,43,87); }
div.DivClassName
{
background-color: #C92B57;
}
.BgClassName
{
background-color: #C92B57;
}
</style>
border-color css
<style>
span { border-color: #C92B57; }
span { border-color: rgb(201,43,87); }
td.TdClassName
{
border-color: #C92B57;
}
.TagClassName
{
border-color: #C92B57;
}
</style>