Shades of Charm #C66F7F
Tints of Charm #C66F7F
RGB
CMYK
RGB Variations
Color information
#C66F7F (or 0xC66F7F) is known color: Charm. HEX triplet: C6, 6F and 7F. RGB value is (198,111,127). Sum of RGB (Red+Green+Blue) = 198+111+127=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F7F is #399080. Grayscale: #8A8A8A. Windows color (decimal): -3772545 or 8351686. OLE color: 8351686.
HSL color Cylindrical-coordinate representation of color #C66F7F: hue angle of 348.97º 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 #C66F7F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 127 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.22 |
| HSL | 348.97º | 0.43% | 0.61% | - |
| HSV(B) | 348.97º | 0.44% | 0.78% | - |
| XYZ | 32.8 | 24.91 | 23.16 | - |
| YUV | 138.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 127 | 0 | 0.44 | 0.36 | 0.22 | 348.97 | 0.43 | 0.61 |
| Hex | C6 | 6F | 7F | 0 | 2C | 24 | 16 | 15D | 2B | 3D |
| Octal | 306 | 157 | 177 | 0 | 54 | 44 | 26 | 535 | 53 | 75 |
| Binary | 11000110 | 1101111 | 1111111 | 0 | 101100 | 100100 | 10110 | 101011101 | 101011 | 111101 |
Color Harmonies of #C66F7F
Complementary color
Monochromatic Colors of #C66F7F
Black with #C66F7F
Text Example
Text Example
White with #C66F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F7F; }
p { color: rgb(198,111,127); }
H1.HeaderClassName
{
color: #C66F7F;
}
.AnyTagClassName
{
color: #C66F7F;
}
</style>
background-color css
<style>
a { background-color: #C66F7F; }
a { background-color: rgb(198,111,127); }
div.DivClassName
{
background-color: #C66F7F;
}
.BgClassName
{
background-color: #C66F7F;
}
</style>
border-color css
<style>
span { border-color: #C66F7F; }
span { border-color: rgb(198,111,127); }
td.TdClassName
{
border-color: #C66F7F;
}
.TagClassName
{
border-color: #C66F7F;
}
</style>