Shades of Old Rose #C84051
Tints of Old Rose #C84051
RGB
CMYK
RGB Variations
Color information
#C84051 (or 0xC84051) is known color: Old Rose. HEX triplet: C8, 40 and 51. RGB value is (200,64,81). Sum of RGB (Red+Green+Blue) = 200+64+81=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C84051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84051 is #37BFAE. Grayscale: #6A6A6A. Windows color (decimal): -3653551 or 5325000. OLE color: 5325000.
HSL color Cylindrical-coordinate representation of color #C84051: hue angle of 352.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84051 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 81 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.22 |
| HSL | 352.5º | 0.55% | 0.52% | - |
| HSV(B) | 352.5º | 0.68% | 0.78% | - |
| XYZ | 27.14 | 16.54 | 9.55 | - |
| YUV | 106.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 81 | 0 | 0.68 | 0.59 | 0.22 | 352.5 | 0.55 | 0.52 |
| Hex | C8 | 40 | 51 | 0 | 44 | 3B | 16 | 160 | 37 | 34 |
| Octal | 310 | 100 | 121 | 0 | 104 | 73 | 26 | 540 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1010001 | 0 | 1000100 | 111011 | 10110 | 101100000 | 110111 | 110100 |
Color Harmonies of #C84051
Complementary color
Monochromatic Colors of #C84051
Black with #C84051
Text Example
Text Example
White with #C84051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84051; }
p { color: rgb(200,64,81); }
H1.HeaderClassName
{
color: #C84051;
}
.AnyTagClassName
{
color: #C84051;
}
</style>
background-color css
<style>
a { background-color: #C84051; }
a { background-color: rgb(200,64,81); }
div.DivClassName
{
background-color: #C84051;
}
.BgClassName
{
background-color: #C84051;
}
</style>
border-color css
<style>
span { border-color: #C84051; }
span { border-color: rgb(200,64,81); }
td.TdClassName
{
border-color: #C84051;
}
.TagClassName
{
border-color: #C84051;
}
</style>