Shades of Old Rose #C93D56
Tints of Old Rose #C93D56
RGB
CMYK
RGB Variations
Color information
#C93D56 (or 0xC93D56) is known color: Old Rose. HEX triplet: C9, 3D and 56. RGB value is (201,61,86). Sum of RGB (Red+Green+Blue) = 201+61+86=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D56 is #36C2A9. Grayscale: #696969. Windows color (decimal): -3588778 or 5651913. OLE color: 5651913.
HSL color Cylindrical-coordinate representation of color #C93D56: hue angle of 349.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 #C93D56 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 86 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.21 |
| HSL | 349.29º | 0.56% | 0.51% | - |
| HSV(B) | 349.29º | 0.7% | 0.79% | - |
| XYZ | 27.44 | 16.43 | 10.53 | - |
| YUV | 105.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 86 | 0 | 0.70 | 0.57 | 0.21 | 349.29 | 0.56 | 0.51 |
| Hex | C9 | 3D | 56 | 0 | 46 | 39 | 15 | 15D | 38 | 33 |
| Octal | 311 | 75 | 126 | 0 | 106 | 71 | 25 | 535 | 70 | 63 |
| Binary | 11001001 | 111101 | 1010110 | 0 | 1000110 | 111001 | 10101 | 101011101 | 111000 | 110011 |
Color Harmonies of #C93D56
Complementary color
Monochromatic Colors of #C93D56
Black with #C93D56
Text Example
Text Example
White with #C93D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D56; }
p { color: rgb(201,61,86); }
H1.HeaderClassName
{
color: #C93D56;
}
.AnyTagClassName
{
color: #C93D56;
}
</style>
background-color css
<style>
a { background-color: #C93D56; }
a { background-color: rgb(201,61,86); }
div.DivClassName
{
background-color: #C93D56;
}
.BgClassName
{
background-color: #C93D56;
}
</style>
border-color css
<style>
span { border-color: #C93D56; }
span { border-color: rgb(201,61,86); }
td.TdClassName
{
border-color: #C93D56;
}
.TagClassName
{
border-color: #C93D56;
}
</style>