Shades of Old Rose #C6205D
Tints of Old Rose #C6205D
RGB
CMYK
RGB Variations
Color information
#C6205D (or 0xC6205D) is known color: Old Rose. HEX triplet: C6, 20 and 5D. RGB value is (198,32,93). Sum of RGB (Red+Green+Blue) = 198+32+93=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6205D is #39DFA2. Grayscale: #585858. Windows color (decimal): -3792803 or 6103238. OLE color: 6103238.
HSL color Cylindrical-coordinate representation of color #C6205D: hue angle of 337.95º 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 #C6205D is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 93 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.22 |
| HSL | 337.95º | 0.72% | 0.45% | - |
| HSV(B) | 337.95º | 0.84% | 0.78% | - |
| XYZ | 25.78 | 13.83 | 11.67 | - |
| YUV | 88.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 93 | 0 | 0.84 | 0.53 | 0.22 | 337.95 | 0.72 | 0.45 |
| Hex | C6 | 20 | 5D | 0 | 54 | 35 | 16 | 152 | 48 | 2D |
| Octal | 306 | 40 | 135 | 0 | 124 | 65 | 26 | 522 | 110 | 55 |
| Binary | 11000110 | 100000 | 1011101 | 0 | 1010100 | 110101 | 10110 | 101010010 | 1001000 | 101101 |
Color Harmonies of #C6205D
Complementary color
Monochromatic Colors of #C6205D
Black with #C6205D
Text Example
Text Example
White with #C6205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6205D; }
p { color: rgb(198,32,93); }
H1.HeaderClassName
{
color: #C6205D;
}
.AnyTagClassName
{
color: #C6205D;
}
</style>
background-color css
<style>
a { background-color: #C6205D; }
a { background-color: rgb(198,32,93); }
div.DivClassName
{
background-color: #C6205D;
}
.BgClassName
{
background-color: #C6205D;
}
</style>
border-color css
<style>
span { border-color: #C6205D; }
span { border-color: rgb(198,32,93); }
td.TdClassName
{
border-color: #C6205D;
}
.TagClassName
{
border-color: #C6205D;
}
</style>