Shades of Charm #C66F7E
Tints of Charm #C66F7E
RGB
CMYK
RGB Variations
Color information
#C66F7E (or 0xC66F7E) is known color: Charm. HEX triplet: C6, 6F and 7E. RGB value is (198,111,126). Sum of RGB (Red+Green+Blue) = 198+111+126=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F7E is #399081. Grayscale: #8A8A8A. Windows color (decimal): -3772546 or 8286150. OLE color: 8286150.
HSL color Cylindrical-coordinate representation of color #C66F7E: hue angle of 349.66º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F7E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 126 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.22 |
| HSL | 349.66º | 0.43% | 0.61% | - |
| HSV(B) | 349.66º | 0.44% | 0.78% | - |
| XYZ | 32.74 | 24.88 | 22.82 | - |
| YUV | 138.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 126 | 0 | 0.44 | 0.36 | 0.22 | 349.66 | 0.43 | 0.61 |
| Hex | C6 | 6F | 7E | 0 | 2C | 24 | 16 | 15E | 2B | 3D |
| Octal | 306 | 157 | 176 | 0 | 54 | 44 | 26 | 536 | 53 | 75 |
| Binary | 11000110 | 1101111 | 1111110 | 0 | 101100 | 100100 | 10110 | 101011110 | 101011 | 111101 |
Color Harmonies of #C66F7E
Complementary color
Monochromatic Colors of #C66F7E
Black with #C66F7E
Text Example
Text Example
White with #C66F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F7E; }
p { color: rgb(198,111,126); }
H1.HeaderClassName
{
color: #C66F7E;
}
.AnyTagClassName
{
color: #C66F7E;
}
</style>
background-color css
<style>
a { background-color: #C66F7E; }
a { background-color: rgb(198,111,126); }
div.DivClassName
{
background-color: #C66F7E;
}
.BgClassName
{
background-color: #C66F7E;
}
</style>
border-color css
<style>
span { border-color: #C66F7E; }
span { border-color: rgb(198,111,126); }
td.TdClassName
{
border-color: #C66F7E;
}
.TagClassName
{
border-color: #C66F7E;
}
</style>