Shades of Old Rose #C81E56
Tints of Old Rose #C81E56
RGB
CMYK
RGB Variations
Color information
#C81E56 (or 0xC81E56) is known color: Old Rose. HEX triplet: C8, 1E and 56. RGB value is (200,30,86). Sum of RGB (Red+Green+Blue) = 200+30+86=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E56 is #37E1A9. Grayscale: #575757. Windows color (decimal): -3662250 or 5643976. OLE color: 5643976.
HSL color Cylindrical-coordinate representation of color #C81E56: hue angle of 340.24º degrees, saturation: 0.74, 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 #C81E56 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 86 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.22 |
| HSL | 340.24º | 0.74% | 0.45% | - |
| HSV(B) | 340.24º | 0.85% | 0.78% | - |
| XYZ | 25.96 | 13.88 | 10.11 | - |
| YUV | 87.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 86 | 0 | 0.85 | 0.57 | 0.22 | 340.24 | 0.74 | 0.45 |
| Hex | C8 | 1E | 56 | 0 | 55 | 39 | 16 | 154 | 4A | 2D |
| Octal | 310 | 36 | 126 | 0 | 125 | 71 | 26 | 524 | 112 | 55 |
| Binary | 11001000 | 11110 | 1010110 | 0 | 1010101 | 111001 | 10110 | 101010100 | 1001010 | 101101 |
Color Harmonies of #C81E56
Complementary color
Monochromatic Colors of #C81E56
Black with #C81E56
Text Example
Text Example
White with #C81E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81E56; }
p { color: rgb(200,30,86); }
H1.HeaderClassName
{
color: #C81E56;
}
.AnyTagClassName
{
color: #C81E56;
}
</style>
background-color css
<style>
a { background-color: #C81E56; }
a { background-color: rgb(200,30,86); }
div.DivClassName
{
background-color: #C81E56;
}
.BgClassName
{
background-color: #C81E56;
}
</style>
border-color css
<style>
span { border-color: #C81E56; }
span { border-color: rgb(200,30,86); }
td.TdClassName
{
border-color: #C81E56;
}
.TagClassName
{
border-color: #C81E56;
}
</style>