Shades of Old Rose #C81952
Tints of Old Rose #C81952
RGB
CMYK
RGB Variations
Color information
#C81952 (or 0xC81952) is known color: Old Rose. HEX triplet: C8, 19 and 52. RGB value is (200,25,82). Sum of RGB (Red+Green+Blue) = 200+25+82=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C81952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81952 is #37E6AD. Grayscale: #535353. Windows color (decimal): -3663534 or 5380552. OLE color: 5380552.
HSL color Cylindrical-coordinate representation of color #C81952: hue angle of 340.46º 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 #C81952 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 82 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.22 |
| HSL | 340.46º | 0.78% | 0.44% | - |
| HSV(B) | 340.46º | 0.88% | 0.78% | - |
| XYZ | 25.69 | 13.58 | 9.25 | - |
| YUV | 83.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 82 | 0 | 0.88 | 0.59 | 0.22 | 340.46 | 0.78 | 0.44 |
| Hex | C8 | 19 | 52 | 0 | 58 | 3B | 16 | 154 | 4E | 2C |
| Octal | 310 | 31 | 122 | 0 | 130 | 73 | 26 | 524 | 116 | 54 |
| Binary | 11001000 | 11001 | 1010010 | 0 | 1011000 | 111011 | 10110 | 101010100 | 1001110 | 101100 |
Color Harmonies of #C81952
Complementary color
Monochromatic Colors of #C81952
Black with #C81952
Text Example
Text Example
White with #C81952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81952; }
p { color: rgb(200,25,82); }
H1.HeaderClassName
{
color: #C81952;
}
.AnyTagClassName
{
color: #C81952;
}
</style>
background-color css
<style>
a { background-color: #C81952; }
a { background-color: rgb(200,25,82); }
div.DivClassName
{
background-color: #C81952;
}
.BgClassName
{
background-color: #C81952;
}
</style>
border-color css
<style>
span { border-color: #C81952; }
span { border-color: rgb(200,25,82); }
td.TdClassName
{
border-color: #C81952;
}
.TagClassName
{
border-color: #C81952;
}
</style>