Shades of Old Rose #C61D4D
Tints of Old Rose #C61D4D
RGB
CMYK
RGB Variations
Color information
#C61D4D (or 0xC61D4D) is known color: Old Rose. HEX triplet: C6, 1D and 4D. RGB value is (198,29,77). Sum of RGB (Red+Green+Blue) = 198+29+77=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D4D is #39E2B2. Grayscale: #545454. Windows color (decimal): -3793587 or 5053894. OLE color: 5053894.
HSL color Cylindrical-coordinate representation of color #C61D4D: hue angle of 342.96º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D4D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 77 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.22 |
| HSL | 342.96º | 0.74% | 0.45% | - |
| HSV(B) | 342.96º | 0.85% | 0.78% | - |
| XYZ | 25.07 | 13.42 | 8.29 | - |
| YUV | 85 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 77 | 0 | 0.85 | 0.61 | 0.22 | 342.96 | 0.74 | 0.45 |
| Hex | C6 | 1D | 4D | 0 | 55 | 3D | 16 | 157 | 4A | 2D |
| Octal | 306 | 35 | 115 | 0 | 125 | 75 | 26 | 527 | 112 | 55 |
| Binary | 11000110 | 11101 | 1001101 | 0 | 1010101 | 111101 | 10110 | 101010111 | 1001010 | 101101 |
Color Harmonies of #C61D4D
Complementary color
Monochromatic Colors of #C61D4D
Black with #C61D4D
Text Example
Text Example
White with #C61D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D4D; }
p { color: rgb(198,29,77); }
H1.HeaderClassName
{
color: #C61D4D;
}
.AnyTagClassName
{
color: #C61D4D;
}
</style>
background-color css
<style>
a { background-color: #C61D4D; }
a { background-color: rgb(198,29,77); }
div.DivClassName
{
background-color: #C61D4D;
}
.BgClassName
{
background-color: #C61D4D;
}
</style>
border-color css
<style>
span { border-color: #C61D4D; }
span { border-color: rgb(198,29,77); }
td.TdClassName
{
border-color: #C61D4D;
}
.TagClassName
{
border-color: #C61D4D;
}
</style>