Shades of Old Rose #C93259
Tints of Old Rose #C93259
RGB
CMYK
RGB Variations
Color information
#C93259 (or 0xC93259) is known color: Old Rose. HEX triplet: C9, 32 and 59. RGB value is (201,50,89). Sum of RGB (Red+Green+Blue) = 201+50+89=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93259 is #36CDA6. Grayscale: #636363. Windows color (decimal): -3591591 or 5845705. OLE color: 5845705.
HSL color Cylindrical-coordinate representation of color #C93259: hue angle of 344.5º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93259 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 89 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.21 |
| HSL | 344.5º | 0.6% | 0.49% | - |
| HSV(B) | 344.5º | 0.75% | 0.79% | - |
| XYZ | 27.03 | 15.42 | 11 | - |
| YUV | 99.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 89 | 0 | 0.75 | 0.56 | 0.21 | 344.5 | 0.6 | 0.49 |
| Hex | C9 | 32 | 59 | 0 | 4B | 38 | 15 | 159 | 3C | 31 |
| Octal | 311 | 62 | 131 | 0 | 113 | 70 | 25 | 531 | 74 | 61 |
| Binary | 11001001 | 110010 | 1011001 | 0 | 1001011 | 111000 | 10101 | 101011001 | 111100 | 110001 |
Color Harmonies of #C93259
Complementary color
Monochromatic Colors of #C93259
Black with #C93259
Text Example
Text Example
White with #C93259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93259; }
p { color: rgb(201,50,89); }
H1.HeaderClassName
{
color: #C93259;
}
.AnyTagClassName
{
color: #C93259;
}
</style>
background-color css
<style>
a { background-color: #C93259; }
a { background-color: rgb(201,50,89); }
div.DivClassName
{
background-color: #C93259;
}
.BgClassName
{
background-color: #C93259;
}
</style>
border-color css
<style>
span { border-color: #C93259; }
span { border-color: rgb(201,50,89); }
td.TdClassName
{
border-color: #C93259;
}
.TagClassName
{
border-color: #C93259;
}
</style>