Shades of Old Rose #C61955
Tints of Old Rose #C61955
RGB
CMYK
RGB Variations
Color information
#C61955 (or 0xC61955) is known color: Old Rose. HEX triplet: C6, 19 and 55. RGB value is (198,25,85). Sum of RGB (Red+Green+Blue) = 198+25+85=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C61955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61955 is #39E6AA. Grayscale: #535353. Windows color (decimal): -3794603 or 5577158. OLE color: 5577158.
HSL color Cylindrical-coordinate representation of color #C61955: hue angle of 339.19º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61955 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 85 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.22 |
| HSL | 339.19º | 0.78% | 0.44% | - |
| HSV(B) | 339.19º | 0.87% | 0.78% | - |
| XYZ | 25.28 | 13.36 | 9.84 | - |
| YUV | 83.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 85 | 0 | 0.87 | 0.57 | 0.22 | 339.19 | 0.78 | 0.44 |
| Hex | C6 | 19 | 55 | 0 | 57 | 39 | 16 | 153 | 4E | 2C |
| Octal | 306 | 31 | 125 | 0 | 127 | 71 | 26 | 523 | 116 | 54 |
| Binary | 11000110 | 11001 | 1010101 | 0 | 1010111 | 111001 | 10110 | 101010011 | 1001110 | 101100 |
Color Harmonies of #C61955
Complementary color
Monochromatic Colors of #C61955
Black with #C61955
Text Example
Text Example
White with #C61955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61955; }
p { color: rgb(198,25,85); }
H1.HeaderClassName
{
color: #C61955;
}
.AnyTagClassName
{
color: #C61955;
}
</style>
background-color css
<style>
a { background-color: #C61955; }
a { background-color: rgb(198,25,85); }
div.DivClassName
{
background-color: #C61955;
}
.BgClassName
{
background-color: #C61955;
}
</style>
border-color css
<style>
span { border-color: #C61955; }
span { border-color: rgb(198,25,85); }
td.TdClassName
{
border-color: #C61955;
}
.TagClassName
{
border-color: #C61955;
}
</style>