Shades of Old Rose #C92556
Tints of Old Rose #C92556
RGB
CMYK
RGB Variations
Color information
#C92556 (or 0xC92556) is known color: Old Rose. HEX triplet: C9, 25 and 56. RGB value is (201,37,86). Sum of RGB (Red+Green+Blue) = 201+37+86=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92556 is #36DAA9. Grayscale: #5B5B5B. Windows color (decimal): -3594922 or 5645769. OLE color: 5645769.
HSL color Cylindrical-coordinate representation of color #C92556: hue angle of 342.07º 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 #C92556 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 86 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.21 |
| HSL | 342.07º | 0.69% | 0.47% | - |
| HSV(B) | 342.07º | 0.82% | 0.79% | - |
| XYZ | 26.43 | 14.41 | 10.19 | - |
| YUV | 91.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 86 | 0 | 0.82 | 0.57 | 0.21 | 342.07 | 0.69 | 0.47 |
| Hex | C9 | 25 | 56 | 0 | 52 | 39 | 15 | 156 | 45 | 2F |
| Octal | 311 | 45 | 126 | 0 | 122 | 71 | 25 | 526 | 105 | 57 |
| Binary | 11001001 | 100101 | 1010110 | 0 | 1010010 | 111001 | 10101 | 101010110 | 1000101 | 101111 |
Color Harmonies of #C92556
Complementary color
Monochromatic Colors of #C92556
Black with #C92556
Text Example
Text Example
White with #C92556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92556; }
p { color: rgb(201,37,86); }
H1.HeaderClassName
{
color: #C92556;
}
.AnyTagClassName
{
color: #C92556;
}
</style>
background-color css
<style>
a { background-color: #C92556; }
a { background-color: rgb(201,37,86); }
div.DivClassName
{
background-color: #C92556;
}
.BgClassName
{
background-color: #C92556;
}
</style>
border-color css
<style>
span { border-color: #C92556; }
span { border-color: rgb(201,37,86); }
td.TdClassName
{
border-color: #C92556;
}
.TagClassName
{
border-color: #C92556;
}
</style>