Shades of Old Rose #C92657
Tints of Old Rose #C92657
RGB
CMYK
RGB Variations
Color information
#C92657 (or 0xC92657) is known color: Old Rose. HEX triplet: C9, 26 and 57. RGB value is (201,38,87). Sum of RGB (Red+Green+Blue) = 201+38+87=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C92657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92657 is #36D9A8. Grayscale: #5C5C5C. Windows color (decimal): -3594665 or 5711561. OLE color: 5711561.
HSL color Cylindrical-coordinate representation of color #C92657: hue angle of 341.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92657 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 87 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.21 |
| HSL | 341.96º | 0.68% | 0.47% | - |
| HSV(B) | 341.96º | 0.81% | 0.79% | - |
| XYZ | 26.5 | 14.49 | 10.42 | - |
| YUV | 92.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 87 | 0 | 0.81 | 0.57 | 0.21 | 341.96 | 0.68 | 0.47 |
| Hex | C9 | 26 | 57 | 0 | 51 | 39 | 15 | 156 | 44 | 2F |
| Octal | 311 | 46 | 127 | 0 | 121 | 71 | 25 | 526 | 104 | 57 |
| Binary | 11001001 | 100110 | 1010111 | 0 | 1010001 | 111001 | 10101 | 101010110 | 1000100 | 101111 |
Color Harmonies of #C92657
Complementary color
Monochromatic Colors of #C92657
Black with #C92657
Text Example
Text Example
White with #C92657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92657; }
p { color: rgb(201,38,87); }
H1.HeaderClassName
{
color: #C92657;
}
.AnyTagClassName
{
color: #C92657;
}
</style>
background-color css
<style>
a { background-color: #C92657; }
a { background-color: rgb(201,38,87); }
div.DivClassName
{
background-color: #C92657;
}
.BgClassName
{
background-color: #C92657;
}
</style>
border-color css
<style>
span { border-color: #C92657; }
span { border-color: rgb(201,38,87); }
td.TdClassName
{
border-color: #C92657;
}
.TagClassName
{
border-color: #C92657;
}
</style>