Shades of Old Rose #C92856
Tints of Old Rose #C92856
RGB
CMYK
RGB Variations
Color information
#C92856 (or 0xC92856) is known color: Old Rose. HEX triplet: C9, 28 and 56. RGB value is (201,40,86). Sum of RGB (Red+Green+Blue) = 201+40+86=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C92856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92856 is #36D7A9. Grayscale: #5D5D5D. Windows color (decimal): -3594154 or 5646537. OLE color: 5646537.
HSL color Cylindrical-coordinate representation of color #C92856: hue angle of 342.86º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92856 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 86 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.21 |
| HSL | 342.86º | 0.67% | 0.47% | - |
| HSV(B) | 342.86º | 0.8% | 0.79% | - |
| XYZ | 26.53 | 14.61 | 10.23 | - |
| YUV | 93.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 86 | 0 | 0.80 | 0.57 | 0.21 | 342.86 | 0.67 | 0.47 |
| Hex | C9 | 28 | 56 | 0 | 50 | 39 | 15 | 157 | 43 | 2F |
| Octal | 311 | 50 | 126 | 0 | 120 | 71 | 25 | 527 | 103 | 57 |
| Binary | 11001001 | 101000 | 1010110 | 0 | 1010000 | 111001 | 10101 | 101010111 | 1000011 | 101111 |
Color Harmonies of #C92856
Complementary color
Monochromatic Colors of #C92856
Black with #C92856
Text Example
Text Example
White with #C92856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92856; }
p { color: rgb(201,40,86); }
H1.HeaderClassName
{
color: #C92856;
}
.AnyTagClassName
{
color: #C92856;
}
</style>
background-color css
<style>
a { background-color: #C92856; }
a { background-color: rgb(201,40,86); }
div.DivClassName
{
background-color: #C92856;
}
.BgClassName
{
background-color: #C92856;
}
</style>
border-color css
<style>
span { border-color: #C92856; }
span { border-color: rgb(201,40,86); }
td.TdClassName
{
border-color: #C92856;
}
.TagClassName
{
border-color: #C92856;
}
</style>