Shades of Old Rose #C93D4F
Tints of Old Rose #C93D4F
RGB
CMYK
RGB Variations
Color information
#C93D4F (or 0xC93D4F) is known color: Old Rose. HEX triplet: C9, 3D and 4F. RGB value is (201,61,79). Sum of RGB (Red+Green+Blue) = 201+61+79=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D4F is #36C2B0. Grayscale: #686868. Windows color (decimal): -3588785 or 5193161. OLE color: 5193161.
HSL color Cylindrical-coordinate representation of color #C93D4F: hue angle of 352.29º 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 #C93D4F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 79 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.21 |
| HSL | 352.29º | 0.56% | 0.51% | - |
| HSV(B) | 352.29º | 0.7% | 0.79% | - |
| XYZ | 27.17 | 16.32 | 9.12 | - |
| YUV | 104.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 79 | 0 | 0.70 | 0.61 | 0.21 | 352.29 | 0.56 | 0.51 |
| Hex | C9 | 3D | 4F | 0 | 46 | 3D | 15 | 160 | 38 | 33 |
| Octal | 311 | 75 | 117 | 0 | 106 | 75 | 25 | 540 | 70 | 63 |
| Binary | 11001001 | 111101 | 1001111 | 0 | 1000110 | 111101 | 10101 | 101100000 | 111000 | 110011 |
Color Harmonies of #C93D4F
Complementary color
Monochromatic Colors of #C93D4F
Black with #C93D4F
Text Example
Text Example
White with #C93D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D4F; }
p { color: rgb(201,61,79); }
H1.HeaderClassName
{
color: #C93D4F;
}
.AnyTagClassName
{
color: #C93D4F;
}
</style>
background-color css
<style>
a { background-color: #C93D4F; }
a { background-color: rgb(201,61,79); }
div.DivClassName
{
background-color: #C93D4F;
}
.BgClassName
{
background-color: #C93D4F;
}
</style>
border-color css
<style>
span { border-color: #C93D4F; }
span { border-color: rgb(201,61,79); }
td.TdClassName
{
border-color: #C93D4F;
}
.TagClassName
{
border-color: #C93D4F;
}
</style>