Shades of Old Rose #C81852
Tints of Old Rose #C81852
RGB
CMYK
RGB Variations
Color information
#C81852 (or 0xC81852) is known color: Old Rose. HEX triplet: C8, 18 and 52. RGB value is (200,24,82). Sum of RGB (Red+Green+Blue) = 200+24+82=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C81852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81852 is #37E7AD. Grayscale: #535353. Windows color (decimal): -3663790 or 5380296. OLE color: 5380296.
HSL color Cylindrical-coordinate representation of color #C81852: hue angle of 340.23º degrees, saturation: 0.79, 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 #C81852 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.22 |
| HSL | 340.23º | 0.79% | 0.44% | - |
| HSV(B) | 340.23º | 0.88% | 0.78% | - |
| XYZ | 25.67 | 13.54 | 9.24 | - |
| YUV | 83.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 82 | 0 | 0.88 | 0.59 | 0.22 | 340.23 | 0.79 | 0.44 |
| Hex | C8 | 18 | 52 | 0 | 58 | 3B | 16 | 154 | 4F | 2C |
| Octal | 310 | 30 | 122 | 0 | 130 | 73 | 26 | 524 | 117 | 54 |
| Binary | 11001000 | 11000 | 1010010 | 0 | 1011000 | 111011 | 10110 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C81852
Complementary color
Monochromatic Colors of #C81852
Black with #C81852
Text Example
Text Example
White with #C81852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81852; }
p { color: rgb(200,24,82); }
H1.HeaderClassName
{
color: #C81852;
}
.AnyTagClassName
{
color: #C81852;
}
</style>
background-color css
<style>
a { background-color: #C81852; }
a { background-color: rgb(200,24,82); }
div.DivClassName
{
background-color: #C81852;
}
.BgClassName
{
background-color: #C81852;
}
</style>
border-color css
<style>
span { border-color: #C81852; }
span { border-color: rgb(200,24,82); }
td.TdClassName
{
border-color: #C81852;
}
.TagClassName
{
border-color: #C81852;
}
</style>