Shades of Charm #C66A84
Tints of Charm #C66A84
RGB
CMYK
RGB Variations
Color information
#C66A84 (or 0xC66A84) is known color: Charm. HEX triplet: C6, 6A and 84. RGB value is (198,106,132). Sum of RGB (Red+Green+Blue) = 198+106+132=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A84 is #39957B. Grayscale: #888888. Windows color (decimal): -3773820 or 8678086. OLE color: 8678086.
HSL color Cylindrical-coordinate representation of color #C66A84: hue angle of 343.04º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66A84 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 132 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.22 |
| HSL | 343.04º | 0.45% | 0.6% | - |
| HSV(B) | 343.04º | 0.46% | 0.78% | - |
| XYZ | 32.61 | 23.98 | 24.74 | - |
| YUV | 136.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 132 | 0 | 0.46 | 0.33 | 0.22 | 343.04 | 0.45 | 0.6 |
| Hex | C6 | 6A | 84 | 0 | 2E | 21 | 16 | 157 | 2D | 3C |
| Octal | 306 | 152 | 204 | 0 | 56 | 41 | 26 | 527 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10000100 | 0 | 101110 | 100001 | 10110 | 101010111 | 101101 | 111100 |
Color Harmonies of #C66A84
Complementary color
Monochromatic Colors of #C66A84
Black with #C66A84
Text Example
Text Example
White with #C66A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A84; }
p { color: rgb(198,106,132); }
H1.HeaderClassName
{
color: #C66A84;
}
.AnyTagClassName
{
color: #C66A84;
}
</style>
background-color css
<style>
a { background-color: #C66A84; }
a { background-color: rgb(198,106,132); }
div.DivClassName
{
background-color: #C66A84;
}
.BgClassName
{
background-color: #C66A84;
}
</style>
border-color css
<style>
span { border-color: #C66A84; }
span { border-color: rgb(198,106,132); }
td.TdClassName
{
border-color: #C66A84;
}
.TagClassName
{
border-color: #C66A84;
}
</style>