Shades of Old Rose #C61856
Tints of Old Rose #C61856
RGB
CMYK
RGB Variations
Color information
#C61856 (or 0xC61856) is known color: Old Rose. HEX triplet: C6, 18 and 56. RGB value is (198,24,86). Sum of RGB (Red+Green+Blue) = 198+24+86=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C61856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61856 is #39E7A9. Grayscale: #535353. Windows color (decimal): -3794858 or 5642438. OLE color: 5642438.
HSL color Cylindrical-coordinate representation of color #C61856: hue angle of 338.62º 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 #C61856 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 86 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.22 |
| HSL | 338.62º | 0.78% | 0.44% | - |
| HSV(B) | 338.62º | 0.88% | 0.78% | - |
| XYZ | 25.3 | 13.33 | 10.04 | - |
| YUV | 83.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 86 | 0 | 0.88 | 0.57 | 0.22 | 338.62 | 0.78 | 0.44 |
| Hex | C6 | 18 | 56 | 0 | 58 | 39 | 16 | 153 | 4E | 2C |
| Octal | 306 | 30 | 126 | 0 | 130 | 71 | 26 | 523 | 116 | 54 |
| Binary | 11000110 | 11000 | 1010110 | 0 | 1011000 | 111001 | 10110 | 101010011 | 1001110 | 101100 |
Color Harmonies of #C61856
Complementary color
Monochromatic Colors of #C61856
Black with #C61856
Text Example
Text Example
White with #C61856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61856; }
p { color: rgb(198,24,86); }
H1.HeaderClassName
{
color: #C61856;
}
.AnyTagClassName
{
color: #C61856;
}
</style>
background-color css
<style>
a { background-color: #C61856; }
a { background-color: rgb(198,24,86); }
div.DivClassName
{
background-color: #C61856;
}
.BgClassName
{
background-color: #C61856;
}
</style>
border-color css
<style>
span { border-color: #C61856; }
span { border-color: rgb(198,24,86); }
td.TdClassName
{
border-color: #C61856;
}
.TagClassName
{
border-color: #C61856;
}
</style>