Shades of Old Rose #C61651
Tints of Old Rose #C61651
RGB
CMYK
RGB Variations
Color information
#C61651 (or 0xC61651) is known color: Old Rose. HEX triplet: C6, 16 and 51. RGB value is (198,22,81). Sum of RGB (Red+Green+Blue) = 198+22+81=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C61651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61651 is #39E9AE. Grayscale: #515151. Windows color (decimal): -3795375 or 5314246. OLE color: 5314246.
HSL color Cylindrical-coordinate representation of color #C61651: hue angle of 339.89º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61651 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 81 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.22 |
| HSL | 339.89º | 0.8% | 0.43% | - |
| HSV(B) | 339.89º | 0.89% | 0.78% | - |
| XYZ | 25.06 | 13.17 | 9.01 | - |
| YUV | 81.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 81 | 0 | 0.89 | 0.59 | 0.22 | 339.89 | 0.8 | 0.43 |
| Hex | C6 | 16 | 51 | 0 | 59 | 3B | 16 | 154 | 50 | 2B |
| Octal | 306 | 26 | 121 | 0 | 131 | 73 | 26 | 524 | 120 | 53 |
| Binary | 11000110 | 10110 | 1010001 | 0 | 1011001 | 111011 | 10110 | 101010100 | 1010000 | 101011 |
Color Harmonies of #C61651
Complementary color
Monochromatic Colors of #C61651
Black with #C61651
Text Example
Text Example
White with #C61651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61651; }
p { color: rgb(198,22,81); }
H1.HeaderClassName
{
color: #C61651;
}
.AnyTagClassName
{
color: #C61651;
}
</style>
background-color css
<style>
a { background-color: #C61651; }
a { background-color: rgb(198,22,81); }
div.DivClassName
{
background-color: #C61651;
}
.BgClassName
{
background-color: #C61651;
}
</style>
border-color css
<style>
span { border-color: #C61651; }
span { border-color: rgb(198,22,81); }
td.TdClassName
{
border-color: #C61651;
}
.TagClassName
{
border-color: #C61651;
}
</style>