Shades of Charm #C66E7F
Tints of Charm #C66E7F
RGB
CMYK
RGB Variations
Color information
#C66E7F (or 0xC66E7F) is known color: Charm. HEX triplet: C6, 6E and 7F. RGB value is (198,110,127). Sum of RGB (Red+Green+Blue) = 198+110+127=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E7F is #399180. Grayscale: #8A8A8A. Windows color (decimal): -3772801 or 8351430. OLE color: 8351430.
HSL color Cylindrical-coordinate representation of color #C66E7F: hue angle of 348.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66E7F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 127 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.22 |
| HSL | 348.41º | 0.44% | 0.6% | - |
| HSV(B) | 348.41º | 0.44% | 0.78% | - |
| XYZ | 32.7 | 24.69 | 23.12 | - |
| YUV | 138.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 127 | 0 | 0.44 | 0.36 | 0.22 | 348.41 | 0.44 | 0.6 |
| Hex | C6 | 6E | 7F | 0 | 2C | 24 | 16 | 15C | 2C | 3C |
| Octal | 306 | 156 | 177 | 0 | 54 | 44 | 26 | 534 | 54 | 74 |
| Binary | 11000110 | 1101110 | 1111111 | 0 | 101100 | 100100 | 10110 | 101011100 | 101100 | 111100 |
Color Harmonies of #C66E7F
Complementary color
Monochromatic Colors of #C66E7F
Black with #C66E7F
Text Example
Text Example
White with #C66E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E7F; }
p { color: rgb(198,110,127); }
H1.HeaderClassName
{
color: #C66E7F;
}
.AnyTagClassName
{
color: #C66E7F;
}
</style>
background-color css
<style>
a { background-color: #C66E7F; }
a { background-color: rgb(198,110,127); }
div.DivClassName
{
background-color: #C66E7F;
}
.BgClassName
{
background-color: #C66E7F;
}
</style>
border-color css
<style>
span { border-color: #C66E7F; }
span { border-color: rgb(198,110,127); }
td.TdClassName
{
border-color: #C66E7F;
}
.TagClassName
{
border-color: #C66E7F;
}
</style>