Shades of Old Rose #C93358
Tints of Old Rose #C93358
RGB
CMYK
RGB Variations
Color information
#C93358 (or 0xC93358) is known color: Old Rose. HEX triplet: C9, 33 and 58. RGB value is (201,51,88). Sum of RGB (Red+Green+Blue) = 201+51+88=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93358 is #36CCA7. Grayscale: #646464. Windows color (decimal): -3591336 or 5780425. OLE color: 5780425.
HSL color Cylindrical-coordinate representation of color #C93358: hue angle of 345.2º 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 #C93358 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 88 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.21 |
| HSL | 345.2º | 0.6% | 0.49% | - |
| HSV(B) | 345.2º | 0.75% | 0.79% | - |
| XYZ | 27.03 | 15.49 | 10.8 | - |
| YUV | 100.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 88 | 0 | 0.75 | 0.56 | 0.21 | 345.2 | 0.6 | 0.49 |
| Hex | C9 | 33 | 58 | 0 | 4B | 38 | 15 | 159 | 3C | 31 |
| Octal | 311 | 63 | 130 | 0 | 113 | 70 | 25 | 531 | 74 | 61 |
| Binary | 11001001 | 110011 | 1011000 | 0 | 1001011 | 111000 | 10101 | 101011001 | 111100 | 110001 |
Color Harmonies of #C93358
Complementary color
Monochromatic Colors of #C93358
Black with #C93358
Text Example
Text Example
White with #C93358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93358; }
p { color: rgb(201,51,88); }
H1.HeaderClassName
{
color: #C93358;
}
.AnyTagClassName
{
color: #C93358;
}
</style>
background-color css
<style>
a { background-color: #C93358; }
a { background-color: rgb(201,51,88); }
div.DivClassName
{
background-color: #C93358;
}
.BgClassName
{
background-color: #C93358;
}
</style>
border-color css
<style>
span { border-color: #C93358; }
span { border-color: rgb(201,51,88); }
td.TdClassName
{
border-color: #C93358;
}
.TagClassName
{
border-color: #C93358;
}
</style>