Shades of Old Rose #C81F55
Tints of Old Rose #C81F55
RGB
CMYK
RGB Variations
Color information
#C81F55 (or 0xC81F55) is known color: Old Rose. HEX triplet: C8, 1F and 55. RGB value is (200,31,85). Sum of RGB (Red+Green+Blue) = 200+31+85=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F55 is #37E0AA. Grayscale: #575757. Windows color (decimal): -3661995 or 5578696. OLE color: 5578696.
HSL color Cylindrical-coordinate representation of color #C81F55: hue angle of 340.83º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F55 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 85 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.22 |
| HSL | 340.83º | 0.73% | 0.45% | - |
| HSV(B) | 340.83º | 0.85% | 0.78% | - |
| XYZ | 25.95 | 13.92 | 9.91 | - |
| YUV | 87.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 85 | 0 | 0.84 | 0.58 | 0.22 | 340.83 | 0.73 | 0.45 |
| Hex | C8 | 1F | 55 | 0 | 54 | 3A | 16 | 155 | 49 | 2D |
| Octal | 310 | 37 | 125 | 0 | 124 | 72 | 26 | 525 | 111 | 55 |
| Binary | 11001000 | 11111 | 1010101 | 0 | 1010100 | 111010 | 10110 | 101010101 | 1001001 | 101101 |
Color Harmonies of #C81F55
Complementary color
Monochromatic Colors of #C81F55
Black with #C81F55
Text Example
Text Example
White with #C81F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81F55; }
p { color: rgb(200,31,85); }
H1.HeaderClassName
{
color: #C81F55;
}
.AnyTagClassName
{
color: #C81F55;
}
</style>
background-color css
<style>
a { background-color: #C81F55; }
a { background-color: rgb(200,31,85); }
div.DivClassName
{
background-color: #C81F55;
}
.BgClassName
{
background-color: #C81F55;
}
</style>
border-color css
<style>
span { border-color: #C81F55; }
span { border-color: rgb(200,31,85); }
td.TdClassName
{
border-color: #C81F55;
}
.TagClassName
{
border-color: #C81F55;
}
</style>