Shades of Old Rose #C93656
Tints of Old Rose #C93656
RGB
CMYK
RGB Variations
Color information
#C93656 (or 0xC93656) is known color: Old Rose. HEX triplet: C9, 36 and 56. RGB value is (201,54,86). Sum of RGB (Red+Green+Blue) = 201+54+86=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93656 is #36C9A9. Grayscale: #656565. Windows color (decimal): -3590570 or 5650121. OLE color: 5650121.
HSL color Cylindrical-coordinate representation of color #C93656: hue angle of 346.94º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93656 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 86 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.21 |
| HSL | 346.94º | 0.58% | 0.5% | - |
| HSV(B) | 346.94º | 0.73% | 0.79% | - |
| XYZ | 27.09 | 15.73 | 10.41 | - |
| YUV | 101.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 86 | 0 | 0.73 | 0.57 | 0.21 | 346.94 | 0.58 | 0.5 |
| Hex | C9 | 36 | 56 | 0 | 49 | 39 | 15 | 15B | 3A | 32 |
| Octal | 311 | 66 | 126 | 0 | 111 | 71 | 25 | 533 | 72 | 62 |
| Binary | 11001001 | 110110 | 1010110 | 0 | 1001001 | 111001 | 10101 | 101011011 | 111010 | 110010 |
Color Harmonies of #C93656
Complementary color
Monochromatic Colors of #C93656
Black with #C93656
Text Example
Text Example
White with #C93656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93656; }
p { color: rgb(201,54,86); }
H1.HeaderClassName
{
color: #C93656;
}
.AnyTagClassName
{
color: #C93656;
}
</style>
background-color css
<style>
a { background-color: #C93656; }
a { background-color: rgb(201,54,86); }
div.DivClassName
{
background-color: #C93656;
}
.BgClassName
{
background-color: #C93656;
}
</style>
border-color css
<style>
span { border-color: #C93656; }
span { border-color: rgb(201,54,86); }
td.TdClassName
{
border-color: #C93656;
}
.TagClassName
{
border-color: #C93656;
}
</style>