Shades of Old Rose #C81955
Tints of Old Rose #C81955
RGB
CMYK
RGB Variations
Color information
#C81955 (or 0xC81955) is known color: Old Rose. HEX triplet: C8, 19 and 55. RGB value is (200,25,85). Sum of RGB (Red+Green+Blue) = 200+25+85=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C81955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81955 is #37E6AA. Grayscale: #545454. Windows color (decimal): -3663531 or 5577160. OLE color: 5577160.
HSL color Cylindrical-coordinate representation of color #C81955: hue angle of 339.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81955 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 85 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.22 |
| HSL | 339.43º | 0.78% | 0.44% | - |
| HSV(B) | 339.43º | 0.88% | 0.78% | - |
| XYZ | 25.81 | 13.63 | 9.87 | - |
| YUV | 84.17 | 128.48 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 85 | 0 | 0.88 | 0.58 | 0.22 | 339.43 | 0.78 | 0.44 |
| Hex | C8 | 19 | 55 | 0 | 58 | 3A | 16 | 153 | 4E | 2C |
| Octal | 310 | 31 | 125 | 0 | 130 | 72 | 26 | 523 | 116 | 54 |
| Binary | 11001000 | 11001 | 1010101 | 0 | 1011000 | 111010 | 10110 | 101010011 | 1001110 | 101100 |
Color Harmonies of #C81955
Complementary color
Monochromatic Colors of #C81955
Black with #C81955
Text Example
Text Example
White with #C81955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81955; }
p { color: rgb(200,25,85); }
H1.HeaderClassName
{
color: #C81955;
}
.AnyTagClassName
{
color: #C81955;
}
</style>
background-color css
<style>
a { background-color: #C81955; }
a { background-color: rgb(200,25,85); }
div.DivClassName
{
background-color: #C81955;
}
.BgClassName
{
background-color: #C81955;
}
</style>
border-color css
<style>
span { border-color: #C81955; }
span { border-color: rgb(200,25,85); }
td.TdClassName
{
border-color: #C81955;
}
.TagClassName
{
border-color: #C81955;
}
</style>