Shades of Charm #C66D88
Tints of Charm #C66D88
RGB
CMYK
RGB Variations
Color information
#C66D88 (or 0xC66D88) is known color: Charm. HEX triplet: C6, 6D and 88. RGB value is (198,109,136). Sum of RGB (Red+Green+Blue) = 198+109+136=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66D88 is #399277. Grayscale: #8A8A8A. Windows color (decimal): -3773048 or 8940998. OLE color: 8940998.
HSL color Cylindrical-coordinate representation of color #C66D88: hue angle of 341.8º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D88 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 136 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.22 |
| HSL | 341.8º | 0.44% | 0.6% | - |
| HSV(B) | 341.8º | 0.45% | 0.78% | - |
| XYZ | 33.2 | 24.72 | 26.31 | - |
| YUV | 138.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 136 | 0 | 0.45 | 0.31 | 0.22 | 341.8 | 0.44 | 0.6 |
| Hex | C6 | 6D | 88 | 0 | 2D | 1F | 16 | 156 | 2C | 3C |
| Octal | 306 | 155 | 210 | 0 | 55 | 37 | 26 | 526 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10001000 | 0 | 101101 | 11111 | 10110 | 101010110 | 101100 | 111100 |
Color Harmonies of #C66D88
Complementary color
Monochromatic Colors of #C66D88
Black with #C66D88
Text Example
Text Example
White with #C66D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D88; }
p { color: rgb(198,109,136); }
H1.HeaderClassName
{
color: #C66D88;
}
.AnyTagClassName
{
color: #C66D88;
}
</style>
background-color css
<style>
a { background-color: #C66D88; }
a { background-color: rgb(198,109,136); }
div.DivClassName
{
background-color: #C66D88;
}
.BgClassName
{
background-color: #C66D88;
}
</style>
border-color css
<style>
span { border-color: #C66D88; }
span { border-color: rgb(198,109,136); }
td.TdClassName
{
border-color: #C66D88;
}
.TagClassName
{
border-color: #C66D88;
}
</style>