Shades of Old Rose #C92557
Tints of Old Rose #C92557
RGB
CMYK
RGB Variations
Color information
#C92557 (or 0xC92557) is known color: Old Rose. HEX triplet: C9, 25 and 57. RGB value is (201,37,87). Sum of RGB (Red+Green+Blue) = 201+37+87=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C92557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92557 is #36DAA8. Grayscale: #5B5B5B. Windows color (decimal): -3594921 or 5711305. OLE color: 5711305.
HSL color Cylindrical-coordinate representation of color #C92557: hue angle of 341.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92557 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 87 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.21 |
| HSL | 341.71º | 0.69% | 0.47% | - |
| HSV(B) | 341.71º | 0.82% | 0.79% | - |
| XYZ | 26.47 | 14.43 | 10.41 | - |
| YUV | 91.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 87 | 0 | 0.82 | 0.57 | 0.21 | 341.71 | 0.69 | 0.47 |
| Hex | C9 | 25 | 57 | 0 | 52 | 39 | 15 | 156 | 45 | 2F |
| Octal | 311 | 45 | 127 | 0 | 122 | 71 | 25 | 526 | 105 | 57 |
| Binary | 11001001 | 100101 | 1010111 | 0 | 1010010 | 111001 | 10101 | 101010110 | 1000101 | 101111 |
Color Harmonies of #C92557
Complementary color
Monochromatic Colors of #C92557
Black with #C92557
Text Example
Text Example
White with #C92557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92557; }
p { color: rgb(201,37,87); }
H1.HeaderClassName
{
color: #C92557;
}
.AnyTagClassName
{
color: #C92557;
}
</style>
background-color css
<style>
a { background-color: #C92557; }
a { background-color: rgb(201,37,87); }
div.DivClassName
{
background-color: #C92557;
}
.BgClassName
{
background-color: #C92557;
}
</style>
border-color css
<style>
span { border-color: #C92557; }
span { border-color: rgb(201,37,87); }
td.TdClassName
{
border-color: #C92557;
}
.TagClassName
{
border-color: #C92557;
}
</style>