Shades of Charm #C66F7D
Tints of Charm #C66F7D
RGB
CMYK
RGB Variations
Color information
#C66F7D (or 0xC66F7D) is known color: Charm. HEX triplet: C6, 6F and 7D. RGB value is (198,111,125). Sum of RGB (Red+Green+Blue) = 198+111+125=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F7D is #399082. Grayscale: #8A8A8A. Windows color (decimal): -3772547 or 8220614. OLE color: 8220614.
HSL color Cylindrical-coordinate representation of color #C66F7D: hue angle of 350.34º 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 #C66F7D is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 125 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.22 |
| HSL | 350.34º | 0.43% | 0.61% | - |
| HSV(B) | 350.34º | 0.44% | 0.78% | - |
| XYZ | 32.67 | 24.86 | 22.48 | - |
| YUV | 138.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 125 | 0 | 0.44 | 0.37 | 0.22 | 350.34 | 0.43 | 0.61 |
| Hex | C6 | 6F | 7D | 0 | 2C | 25 | 16 | 15E | 2B | 3D |
| Octal | 306 | 157 | 175 | 0 | 54 | 45 | 26 | 536 | 53 | 75 |
| Binary | 11000110 | 1101111 | 1111101 | 0 | 101100 | 100101 | 10110 | 101011110 | 101011 | 111101 |
Color Harmonies of #C66F7D
Complementary color
Monochromatic Colors of #C66F7D
Black with #C66F7D
Text Example
Text Example
White with #C66F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F7D; }
p { color: rgb(198,111,125); }
H1.HeaderClassName
{
color: #C66F7D;
}
.AnyTagClassName
{
color: #C66F7D;
}
</style>
background-color css
<style>
a { background-color: #C66F7D; }
a { background-color: rgb(198,111,125); }
div.DivClassName
{
background-color: #C66F7D;
}
.BgClassName
{
background-color: #C66F7D;
}
</style>
border-color css
<style>
span { border-color: #C66F7D; }
span { border-color: rgb(198,111,125); }
td.TdClassName
{
border-color: #C66F7D;
}
.TagClassName
{
border-color: #C66F7D;
}
</style>