Shades of Old Rose #C6205A
Tints of Old Rose #C6205A
RGB
CMYK
RGB Variations
Color information
#C6205A (or 0xC6205A) is known color: Old Rose. HEX triplet: C6, 20 and 5A. RGB value is (198,32,90). Sum of RGB (Red+Green+Blue) = 198+32+90=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C6205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6205A is #39DFA5. Grayscale: #585858. Windows color (decimal): -3792806 or 5906630. OLE color: 5906630.
HSL color Cylindrical-coordinate representation of color #C6205A: hue angle of 339.04º 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 #C6205A is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 90 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.22 |
| HSL | 339.04º | 0.72% | 0.45% | - |
| HSV(B) | 339.04º | 0.84% | 0.78% | - |
| XYZ | 25.65 | 13.78 | 10.98 | - |
| YUV | 88.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 90 | 0 | 0.84 | 0.55 | 0.22 | 339.04 | 0.72 | 0.45 |
| Hex | C6 | 20 | 5A | 0 | 54 | 37 | 16 | 153 | 48 | 2D |
| Octal | 306 | 40 | 132 | 0 | 124 | 67 | 26 | 523 | 110 | 55 |
| Binary | 11000110 | 100000 | 1011010 | 0 | 1010100 | 110111 | 10110 | 101010011 | 1001000 | 101101 |
Color Harmonies of #C6205A
Complementary color
Monochromatic Colors of #C6205A
Black with #C6205A
Text Example
Text Example
White with #C6205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6205A; }
p { color: rgb(198,32,90); }
H1.HeaderClassName
{
color: #C6205A;
}
.AnyTagClassName
{
color: #C6205A;
}
</style>
background-color css
<style>
a { background-color: #C6205A; }
a { background-color: rgb(198,32,90); }
div.DivClassName
{
background-color: #C6205A;
}
.BgClassName
{
background-color: #C6205A;
}
</style>
border-color css
<style>
span { border-color: #C6205A; }
span { border-color: rgb(198,32,90); }
td.TdClassName
{
border-color: #C6205A;
}
.TagClassName
{
border-color: #C6205A;
}
</style>