Shades of Old Rose #C61954
Tints of Old Rose #C61954
RGB
CMYK
RGB Variations
Color information
#C61954 (or 0xC61954) is known color: Old Rose. HEX triplet: C6, 19 and 54. RGB value is (198,25,84). Sum of RGB (Red+Green+Blue) = 198+25+84=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C61954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61954 is #39E6AB. Grayscale: #535353. Windows color (decimal): -3794604 or 5511622. OLE color: 5511622.
HSL color Cylindrical-coordinate representation of color #C61954: hue angle of 339.54º 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 #C61954 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 84 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.22 |
| HSL | 339.54º | 0.78% | 0.44% | - |
| HSV(B) | 339.54º | 0.87% | 0.78% | - |
| XYZ | 25.24 | 13.34 | 9.63 | - |
| YUV | 83.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 84 | 0 | 0.87 | 0.58 | 0.22 | 339.54 | 0.78 | 0.44 |
| Hex | C6 | 19 | 54 | 0 | 57 | 3A | 16 | 154 | 4E | 2C |
| Octal | 306 | 31 | 124 | 0 | 127 | 72 | 26 | 524 | 116 | 54 |
| Binary | 11000110 | 11001 | 1010100 | 0 | 1010111 | 111010 | 10110 | 101010100 | 1001110 | 101100 |
Color Harmonies of #C61954
Complementary color
Monochromatic Colors of #C61954
Black with #C61954
Text Example
Text Example
White with #C61954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61954; }
p { color: rgb(198,25,84); }
H1.HeaderClassName
{
color: #C61954;
}
.AnyTagClassName
{
color: #C61954;
}
</style>
background-color css
<style>
a { background-color: #C61954; }
a { background-color: rgb(198,25,84); }
div.DivClassName
{
background-color: #C61954;
}
.BgClassName
{
background-color: #C61954;
}
</style>
border-color css
<style>
span { border-color: #C61954; }
span { border-color: rgb(198,25,84); }
td.TdClassName
{
border-color: #C61954;
}
.TagClassName
{
border-color: #C61954;
}
</style>