Shades of Old Rose #C61C5B
Tints of Old Rose #C61C5B
RGB
CMYK
RGB Variations
Color information
#C61C5B (or 0xC61C5B) is known color: Old Rose. HEX triplet: C6, 1C and 5B. RGB value is (198,28,91). Sum of RGB (Red+Green+Blue) = 198+28+91=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C5B is #39E3A4. Grayscale: #555555. Windows color (decimal): -3793829 or 5971142. OLE color: 5971142.
HSL color Cylindrical-coordinate representation of color #C61C5B: hue angle of 337.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C5B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 91 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.22 |
| HSL | 337.76º | 0.75% | 0.44% | - |
| HSV(B) | 337.76º | 0.86% | 0.78% | - |
| XYZ | 25.59 | 13.59 | 11.17 | - |
| YUV | 86.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 91 | 0 | 0.86 | 0.54 | 0.22 | 337.76 | 0.75 | 0.44 |
| Hex | C6 | 1C | 5B | 0 | 56 | 36 | 16 | 152 | 4B | 2C |
| Octal | 306 | 34 | 133 | 0 | 126 | 66 | 26 | 522 | 113 | 54 |
| Binary | 11000110 | 11100 | 1011011 | 0 | 1010110 | 110110 | 10110 | 101010010 | 1001011 | 101100 |
Color Harmonies of #C61C5B
Complementary color
Monochromatic Colors of #C61C5B
Black with #C61C5B
Text Example
Text Example
White with #C61C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C5B; }
p { color: rgb(198,28,91); }
H1.HeaderClassName
{
color: #C61C5B;
}
.AnyTagClassName
{
color: #C61C5B;
}
</style>
background-color css
<style>
a { background-color: #C61C5B; }
a { background-color: rgb(198,28,91); }
div.DivClassName
{
background-color: #C61C5B;
}
.BgClassName
{
background-color: #C61C5B;
}
</style>
border-color css
<style>
span { border-color: #C61C5B; }
span { border-color: rgb(198,28,91); }
td.TdClassName
{
border-color: #C61C5B;
}
.TagClassName
{
border-color: #C61C5B;
}
</style>