Shades of Old Rose #C93E56
Tints of Old Rose #C93E56
RGB
CMYK
RGB Variations
Color information
#C93E56 (or 0xC93E56) is known color: Old Rose. HEX triplet: C9, 3E and 56. RGB value is (201,62,86). Sum of RGB (Red+Green+Blue) = 201+62+86=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E56 is #36C1A9. Grayscale: #6A6A6A. Windows color (decimal): -3588522 or 5652169. OLE color: 5652169.
HSL color Cylindrical-coordinate representation of color #C93E56: hue angle of 349.64º 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 #C93E56 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 86 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.21 |
| HSL | 349.64º | 0.56% | 0.52% | - |
| HSV(B) | 349.64º | 0.69% | 0.79% | - |
| XYZ | 27.49 | 16.53 | 10.55 | - |
| YUV | 106.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 86 | 0 | 0.69 | 0.57 | 0.21 | 349.64 | 0.56 | 0.52 |
| Hex | C9 | 3E | 56 | 0 | 45 | 39 | 15 | 15E | 38 | 34 |
| Octal | 311 | 76 | 126 | 0 | 105 | 71 | 25 | 536 | 70 | 64 |
| Binary | 11001001 | 111110 | 1010110 | 0 | 1000101 | 111001 | 10101 | 101011110 | 111000 | 110100 |
Color Harmonies of #C93E56
Complementary color
Monochromatic Colors of #C93E56
Black with #C93E56
Text Example
Text Example
White with #C93E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E56; }
p { color: rgb(201,62,86); }
H1.HeaderClassName
{
color: #C93E56;
}
.AnyTagClassName
{
color: #C93E56;
}
</style>
background-color css
<style>
a { background-color: #C93E56; }
a { background-color: rgb(201,62,86); }
div.DivClassName
{
background-color: #C93E56;
}
.BgClassName
{
background-color: #C93E56;
}
</style>
border-color css
<style>
span { border-color: #C93E56; }
span { border-color: rgb(201,62,86); }
td.TdClassName
{
border-color: #C93E56;
}
.TagClassName
{
border-color: #C93E56;
}
</style>