Shades of Old Rose #C6205F
Tints of Old Rose #C6205F
RGB
CMYK
RGB Variations
Color information
#C6205F (or 0xC6205F) is known color: Old Rose. HEX triplet: C6, 20 and 5F. RGB value is (198,32,95). Sum of RGB (Red+Green+Blue) = 198+32+95=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6205F is #39DFA0. Grayscale: #585858. Windows color (decimal): -3792801 or 6234310. OLE color: 6234310.
HSL color Cylindrical-coordinate representation of color #C6205F: hue angle of 337.23º 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 #C6205F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 95 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.22 |
| HSL | 337.23º | 0.72% | 0.45% | - |
| HSV(B) | 337.23º | 0.84% | 0.78% | - |
| XYZ | 25.87 | 13.87 | 12.14 | - |
| YUV | 88.82 | 131.5 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 95 | 0 | 0.84 | 0.52 | 0.22 | 337.23 | 0.72 | 0.45 |
| Hex | C6 | 20 | 5F | 0 | 54 | 34 | 16 | 151 | 48 | 2D |
| Octal | 306 | 40 | 137 | 0 | 124 | 64 | 26 | 521 | 110 | 55 |
| Binary | 11000110 | 100000 | 1011111 | 0 | 1010100 | 110100 | 10110 | 101010001 | 1001000 | 101101 |
Color Harmonies of #C6205F
Complementary color
Monochromatic Colors of #C6205F
Black with #C6205F
Text Example
Text Example
White with #C6205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6205F; }
p { color: rgb(198,32,95); }
H1.HeaderClassName
{
color: #C6205F;
}
.AnyTagClassName
{
color: #C6205F;
}
</style>
background-color css
<style>
a { background-color: #C6205F; }
a { background-color: rgb(198,32,95); }
div.DivClassName
{
background-color: #C6205F;
}
.BgClassName
{
background-color: #C6205F;
}
</style>
border-color css
<style>
span { border-color: #C6205F; }
span { border-color: rgb(198,32,95); }
td.TdClassName
{
border-color: #C6205F;
}
.TagClassName
{
border-color: #C6205F;
}
</style>