Shades of Old Rose #C93F54
Tints of Old Rose #C93F54
RGB
CMYK
RGB Variations
Color information
#C93F54 (or 0xC93F54) is known color: Old Rose. HEX triplet: C9, 3F and 54. RGB value is (201,63,84). Sum of RGB (Red+Green+Blue) = 201+63+84=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F54 is #36C0AB. Grayscale: #6A6A6A. Windows color (decimal): -3588268 or 5521353. OLE color: 5521353.
HSL color Cylindrical-coordinate representation of color #C93F54: hue angle of 350.87º 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 #C93F54 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 84 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.21 |
| HSL | 350.87º | 0.56% | 0.52% | - |
| HSV(B) | 350.87º | 0.69% | 0.79% | - |
| XYZ | 27.47 | 16.61 | 10.15 | - |
| YUV | 106.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 84 | 0 | 0.69 | 0.58 | 0.21 | 350.87 | 0.56 | 0.52 |
| Hex | C9 | 3F | 54 | 0 | 45 | 3A | 15 | 15F | 38 | 34 |
| Octal | 311 | 77 | 124 | 0 | 105 | 72 | 25 | 537 | 70 | 64 |
| Binary | 11001001 | 111111 | 1010100 | 0 | 1000101 | 111010 | 10101 | 101011111 | 111000 | 110100 |
Color Harmonies of #C93F54
Complementary color
Monochromatic Colors of #C93F54
Black with #C93F54
Text Example
Text Example
White with #C93F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F54; }
p { color: rgb(201,63,84); }
H1.HeaderClassName
{
color: #C93F54;
}
.AnyTagClassName
{
color: #C93F54;
}
</style>
background-color css
<style>
a { background-color: #C93F54; }
a { background-color: rgb(201,63,84); }
div.DivClassName
{
background-color: #C93F54;
}
.BgClassName
{
background-color: #C93F54;
}
</style>
border-color css
<style>
span { border-color: #C93F54; }
span { border-color: rgb(201,63,84); }
td.TdClassName
{
border-color: #C93F54;
}
.TagClassName
{
border-color: #C93F54;
}
</style>