Shades of Old Rose #C93056
Tints of Old Rose #C93056
RGB
CMYK
RGB Variations
Color information
#C93056 (or 0xC93056) is known color: Old Rose. HEX triplet: C9, 30 and 56. RGB value is (201,48,86). Sum of RGB (Red+Green+Blue) = 201+48+86=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93056 is #36CFA9. Grayscale: #626262. Windows color (decimal): -3592106 or 5648585. OLE color: 5648585.
HSL color Cylindrical-coordinate representation of color #C93056: hue angle of 345.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93056 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 86 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.21 |
| HSL | 345.1º | 0.61% | 0.49% | - |
| HSV(B) | 345.1º | 0.76% | 0.79% | - |
| XYZ | 26.82 | 15.2 | 10.32 | - |
| YUV | 98.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 86 | 0 | 0.76 | 0.57 | 0.21 | 345.1 | 0.61 | 0.49 |
| Hex | C9 | 30 | 56 | 0 | 4C | 39 | 15 | 159 | 3D | 31 |
| Octal | 311 | 60 | 126 | 0 | 114 | 71 | 25 | 531 | 75 | 61 |
| Binary | 11001001 | 110000 | 1010110 | 0 | 1001100 | 111001 | 10101 | 101011001 | 111101 | 110001 |
Color Harmonies of #C93056
Complementary color
Monochromatic Colors of #C93056
Black with #C93056
Text Example
Text Example
White with #C93056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93056; }
p { color: rgb(201,48,86); }
H1.HeaderClassName
{
color: #C93056;
}
.AnyTagClassName
{
color: #C93056;
}
</style>
background-color css
<style>
a { background-color: #C93056; }
a { background-color: rgb(201,48,86); }
div.DivClassName
{
background-color: #C93056;
}
.BgClassName
{
background-color: #C93056;
}
</style>
border-color css
<style>
span { border-color: #C93056; }
span { border-color: rgb(201,48,86); }
td.TdClassName
{
border-color: #C93056;
}
.TagClassName
{
border-color: #C93056;
}
</style>