Shades of Old Rose #C93D4E
Tints of Old Rose #C93D4E
RGB
CMYK
RGB Variations
Color information
#C93D4E (or 0xC93D4E) is known color: Old Rose. HEX triplet: C9, 3D and 4E. RGB value is (201,61,78). Sum of RGB (Red+Green+Blue) = 201+61+78=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D4E is #36C2B1. Grayscale: #686868. Windows color (decimal): -3588786 or 5127625. OLE color: 5127625.
HSL color Cylindrical-coordinate representation of color #C93D4E: hue angle of 352.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D4E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 78 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.21 |
| HSL | 352.71º | 0.56% | 0.51% | - |
| HSV(B) | 352.71º | 0.7% | 0.79% | - |
| XYZ | 27.13 | 16.31 | 8.92 | - |
| YUV | 104.8 | 112.88 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 78 | 0 | 0.70 | 0.61 | 0.21 | 352.71 | 0.56 | 0.51 |
| Hex | C9 | 3D | 4E | 0 | 46 | 3D | 15 | 161 | 38 | 33 |
| Octal | 311 | 75 | 116 | 0 | 106 | 75 | 25 | 541 | 70 | 63 |
| Binary | 11001001 | 111101 | 1001110 | 0 | 1000110 | 111101 | 10101 | 101100001 | 111000 | 110011 |
Color Harmonies of #C93D4E
Complementary color
Monochromatic Colors of #C93D4E
Black with #C93D4E
Text Example
Text Example
White with #C93D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D4E; }
p { color: rgb(201,61,78); }
H1.HeaderClassName
{
color: #C93D4E;
}
.AnyTagClassName
{
color: #C93D4E;
}
</style>
background-color css
<style>
a { background-color: #C93D4E; }
a { background-color: rgb(201,61,78); }
div.DivClassName
{
background-color: #C93D4E;
}
.BgClassName
{
background-color: #C93D4E;
}
</style>
border-color css
<style>
span { border-color: #C93D4E; }
span { border-color: rgb(201,61,78); }
td.TdClassName
{
border-color: #C93D4E;
}
.TagClassName
{
border-color: #C93D4E;
}
</style>