Shades of Old Rose #C81A56
Tints of Old Rose #C81A56
RGB
CMYK
RGB Variations
Color information
#C81A56 (or 0xC81A56) is known color: Old Rose. HEX triplet: C8, 1A and 56. RGB value is (200,26,86). Sum of RGB (Red+Green+Blue) = 200+26+86=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A56 is #37E5A9. Grayscale: #545454. Windows color (decimal): -3663274 or 5642952. OLE color: 5642952.
HSL color Cylindrical-coordinate representation of color #C81A56: hue angle of 339.31º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A56 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 86 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.22 |
| HSL | 339.31º | 0.77% | 0.44% | - |
| HSV(B) | 339.31º | 0.87% | 0.78% | - |
| XYZ | 25.87 | 13.69 | 10.08 | - |
| YUV | 84.87 | 128.65 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 86 | 0 | 0.87 | 0.57 | 0.22 | 339.31 | 0.77 | 0.44 |
| Hex | C8 | 1A | 56 | 0 | 57 | 39 | 16 | 153 | 4D | 2C |
| Octal | 310 | 32 | 126 | 0 | 127 | 71 | 26 | 523 | 115 | 54 |
| Binary | 11001000 | 11010 | 1010110 | 0 | 1010111 | 111001 | 10110 | 101010011 | 1001101 | 101100 |
Color Harmonies of #C81A56
Complementary color
Monochromatic Colors of #C81A56
Black with #C81A56
Text Example
Text Example
White with #C81A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A56; }
p { color: rgb(200,26,86); }
H1.HeaderClassName
{
color: #C81A56;
}
.AnyTagClassName
{
color: #C81A56;
}
</style>
background-color css
<style>
a { background-color: #C81A56; }
a { background-color: rgb(200,26,86); }
div.DivClassName
{
background-color: #C81A56;
}
.BgClassName
{
background-color: #C81A56;
}
</style>
border-color css
<style>
span { border-color: #C81A56; }
span { border-color: rgb(200,26,86); }
td.TdClassName
{
border-color: #C81A56;
}
.TagClassName
{
border-color: #C81A56;
}
</style>