Shades of Old Rose #C6204D
Tints of Old Rose #C6204D
RGB
CMYK
RGB Variations
Color information
#C6204D (or 0xC6204D) is known color: Old Rose. HEX triplet: C6, 20 and 4D. RGB value is (198,32,77). Sum of RGB (Red+Green+Blue) = 198+32+77=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6204D is #39DFB2. Grayscale: #565656. Windows color (decimal): -3792819 or 5054662. OLE color: 5054662.
HSL color Cylindrical-coordinate representation of color #C6204D: hue angle of 343.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6204D is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.22 |
| HSL | 343.73º | 0.72% | 0.45% | - |
| HSV(B) | 343.73º | 0.84% | 0.78% | - |
| XYZ | 25.14 | 13.57 | 8.32 | - |
| YUV | 86.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 77 | 0 | 0.84 | 0.61 | 0.22 | 343.73 | 0.72 | 0.45 |
| Hex | C6 | 20 | 4D | 0 | 54 | 3D | 16 | 158 | 48 | 2D |
| Octal | 306 | 40 | 115 | 0 | 124 | 75 | 26 | 530 | 110 | 55 |
| Binary | 11000110 | 100000 | 1001101 | 0 | 1010100 | 111101 | 10110 | 101011000 | 1001000 | 101101 |
Color Harmonies of #C6204D
Complementary color
Monochromatic Colors of #C6204D
Black with #C6204D
Text Example
Text Example
White with #C6204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6204D; }
p { color: rgb(198,32,77); }
H1.HeaderClassName
{
color: #C6204D;
}
.AnyTagClassName
{
color: #C6204D;
}
</style>
background-color css
<style>
a { background-color: #C6204D; }
a { background-color: rgb(198,32,77); }
div.DivClassName
{
background-color: #C6204D;
}
.BgClassName
{
background-color: #C6204D;
}
</style>
border-color css
<style>
span { border-color: #C6204D; }
span { border-color: rgb(198,32,77); }
td.TdClassName
{
border-color: #C6204D;
}
.TagClassName
{
border-color: #C6204D;
}
</style>