Shades of Old Rose #C93F4D
Tints of Old Rose #C93F4D
RGB
CMYK
RGB Variations
Color information
#C93F4D (or 0xC93F4D) is known color: Old Rose. HEX triplet: C9, 3F and 4D. RGB value is (201,63,77). Sum of RGB (Red+Green+Blue) = 201+63+77=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F4D is #36C0B2. Grayscale: #696969. Windows color (decimal): -3588275 or 5062601. OLE color: 5062601.
HSL color Cylindrical-coordinate representation of color #C93F4D: hue angle of 353.91º 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 #C93F4D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 77 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.21 |
| HSL | 353.91º | 0.56% | 0.52% | - |
| HSV(B) | 353.91º | 0.69% | 0.79% | - |
| XYZ | 27.2 | 16.51 | 8.77 | - |
| YUV | 105.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 77 | 0 | 0.69 | 0.62 | 0.21 | 353.91 | 0.56 | 0.52 |
| Hex | C9 | 3F | 4D | 0 | 45 | 3E | 15 | 162 | 38 | 34 |
| Octal | 311 | 77 | 115 | 0 | 105 | 76 | 25 | 542 | 70 | 64 |
| Binary | 11001001 | 111111 | 1001101 | 0 | 1000101 | 111110 | 10101 | 101100010 | 111000 | 110100 |
Color Harmonies of #C93F4D
Complementary color
Monochromatic Colors of #C93F4D
Black with #C93F4D
Text Example
Text Example
White with #C93F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F4D; }
p { color: rgb(201,63,77); }
H1.HeaderClassName
{
color: #C93F4D;
}
.AnyTagClassName
{
color: #C93F4D;
}
</style>
background-color css
<style>
a { background-color: #C93F4D; }
a { background-color: rgb(201,63,77); }
div.DivClassName
{
background-color: #C93F4D;
}
.BgClassName
{
background-color: #C93F4D;
}
</style>
border-color css
<style>
span { border-color: #C93F4D; }
span { border-color: rgb(201,63,77); }
td.TdClassName
{
border-color: #C93F4D;
}
.TagClassName
{
border-color: #C93F4D;
}
</style>