Shades of Old Rose #C93357
Tints of Old Rose #C93357
RGB
CMYK
RGB Variations
Color information
#C93357 (or 0xC93357) is known color: Old Rose. HEX triplet: C9, 33 and 57. RGB value is (201,51,87). Sum of RGB (Red+Green+Blue) = 201+51+87=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93357 is #36CCA8. Grayscale: #636363. Windows color (decimal): -3591337 or 5714889. OLE color: 5714889.
HSL color Cylindrical-coordinate representation of color #C93357: hue angle of 345.6º 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 #C93357 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 87 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.21 |
| HSL | 345.6º | 0.6% | 0.49% | - |
| HSV(B) | 345.6º | 0.75% | 0.79% | - |
| XYZ | 26.99 | 15.47 | 10.58 | - |
| YUV | 99.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 87 | 0 | 0.75 | 0.57 | 0.21 | 345.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 57 | 0 | 4B | 39 | 15 | 15A | 3C | 31 |
| Octal | 311 | 63 | 127 | 0 | 113 | 71 | 25 | 532 | 74 | 61 |
| Binary | 11001001 | 110011 | 1010111 | 0 | 1001011 | 111001 | 10101 | 101011010 | 111100 | 110001 |
Color Harmonies of #C93357
Complementary color
Monochromatic Colors of #C93357
Black with #C93357
Text Example
Text Example
White with #C93357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93357; }
p { color: rgb(201,51,87); }
H1.HeaderClassName
{
color: #C93357;
}
.AnyTagClassName
{
color: #C93357;
}
</style>
background-color css
<style>
a { background-color: #C93357; }
a { background-color: rgb(201,51,87); }
div.DivClassName
{
background-color: #C93357;
}
.BgClassName
{
background-color: #C93357;
}
</style>
border-color css
<style>
span { border-color: #C93357; }
span { border-color: rgb(201,51,87); }
td.TdClassName
{
border-color: #C93357;
}
.TagClassName
{
border-color: #C93357;
}
</style>