Shades of Old Rose #C93E4D
Tints of Old Rose #C93E4D
RGB
CMYK
RGB Variations
Color information
#C93E4D (or 0xC93E4D) is known color: Old Rose. HEX triplet: C9, 3E and 4D. RGB value is (201,62,77). Sum of RGB (Red+Green+Blue) = 201+62+77=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E4D is #36C1B2. Grayscale: #696969. Windows color (decimal): -3588531 or 5062345. OLE color: 5062345.
HSL color Cylindrical-coordinate representation of color #C93E4D: hue angle of 353.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93E4D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 77 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.21 |
| HSL | 353.53º | 0.56% | 0.52% | - |
| HSV(B) | 353.53º | 0.69% | 0.79% | - |
| XYZ | 27.15 | 16.4 | 8.76 | - |
| YUV | 105.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 77 | 0 | 0.69 | 0.62 | 0.21 | 353.53 | 0.56 | 0.52 |
| Hex | C9 | 3E | 4D | 0 | 45 | 3E | 15 | 162 | 38 | 34 |
| Octal | 311 | 76 | 115 | 0 | 105 | 76 | 25 | 542 | 70 | 64 |
| Binary | 11001001 | 111110 | 1001101 | 0 | 1000101 | 111110 | 10101 | 101100010 | 111000 | 110100 |
Color Harmonies of #C93E4D
Complementary color
Monochromatic Colors of #C93E4D
Black with #C93E4D
Text Example
Text Example
White with #C93E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E4D; }
p { color: rgb(201,62,77); }
H1.HeaderClassName
{
color: #C93E4D;
}
.AnyTagClassName
{
color: #C93E4D;
}
</style>
background-color css
<style>
a { background-color: #C93E4D; }
a { background-color: rgb(201,62,77); }
div.DivClassName
{
background-color: #C93E4D;
}
.BgClassName
{
background-color: #C93E4D;
}
</style>
border-color css
<style>
span { border-color: #C93E4D; }
span { border-color: rgb(201,62,77); }
td.TdClassName
{
border-color: #C93E4D;
}
.TagClassName
{
border-color: #C93E4D;
}
</style>