Shades of Old Rose #C93953
Tints of Old Rose #C93953
RGB
CMYK
RGB Variations
Color information
#C93953 (or 0xC93953) is known color: Old Rose. HEX triplet: C9, 39 and 53. RGB value is (201,57,83). Sum of RGB (Red+Green+Blue) = 201+57+83=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93953 is #36C6AC. Grayscale: #676767. Windows color (decimal): -3589805 or 5454281. OLE color: 5454281.
HSL color Cylindrical-coordinate representation of color #C93953: hue angle of 349.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93953 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 83 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.21 |
| HSL | 349.17º | 0.57% | 0.51% | - |
| HSV(B) | 349.17º | 0.72% | 0.79% | - |
| XYZ | 27.11 | 15.97 | 9.84 | - |
| YUV | 103.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 83 | 0 | 0.72 | 0.59 | 0.21 | 349.17 | 0.57 | 0.51 |
| Hex | C9 | 39 | 53 | 0 | 48 | 3B | 15 | 15D | 39 | 33 |
| Octal | 311 | 71 | 123 | 0 | 110 | 73 | 25 | 535 | 71 | 63 |
| Binary | 11001001 | 111001 | 1010011 | 0 | 1001000 | 111011 | 10101 | 101011101 | 111001 | 110011 |
Color Harmonies of #C93953
Complementary color
Monochromatic Colors of #C93953
Black with #C93953
Text Example
Text Example
White with #C93953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93953; }
p { color: rgb(201,57,83); }
H1.HeaderClassName
{
color: #C93953;
}
.AnyTagClassName
{
color: #C93953;
}
</style>
background-color css
<style>
a { background-color: #C93953; }
a { background-color: rgb(201,57,83); }
div.DivClassName
{
background-color: #C93953;
}
.BgClassName
{
background-color: #C93953;
}
</style>
border-color css
<style>
span { border-color: #C93953; }
span { border-color: rgb(201,57,83); }
td.TdClassName
{
border-color: #C93953;
}
.TagClassName
{
border-color: #C93953;
}
</style>