Shades of Charm #C67E7F
Tints of Charm #C67E7F
RGB
CMYK
RGB Variations
Color information
#C67E7F (or 0xC67E7F) is known color: Charm. HEX triplet: C6, 7E and 7F. RGB value is (198,126,127). Sum of RGB (Red+Green+Blue) = 198+126+127=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67E7F is #398180. Grayscale: #939393. Windows color (decimal): -3768705 or 8355526. OLE color: 8355526.
HSL color Cylindrical-coordinate representation of color #C67E7F: hue angle of 359.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67E7F is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 127 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.22 |
| HSL | 359.17º | 0.39% | 0.64% | - |
| HSV(B) | 359.17º | 0.36% | 0.78% | - |
| XYZ | 34.58 | 28.46 | 23.75 | - |
| YUV | 147.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 127 | 0 | 0.36 | 0.36 | 0.22 | 359.17 | 0.39 | 0.64 |
| Hex | C6 | 7E | 7F | 0 | 24 | 24 | 16 | 167 | 27 | 40 |
| Octal | 306 | 176 | 177 | 0 | 44 | 44 | 26 | 547 | 47 | 100 |
| Binary | 11000110 | 1111110 | 1111111 | 0 | 100100 | 100100 | 10110 | 101100111 | 100111 | 1000000 |
Color Harmonies of #C67E7F
Complementary color
Monochromatic Colors of #C67E7F
Black with #C67E7F
Text Example
Text Example
White with #C67E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E7F; }
p { color: rgb(198,126,127); }
H1.HeaderClassName
{
color: #C67E7F;
}
.AnyTagClassName
{
color: #C67E7F;
}
</style>
background-color css
<style>
a { background-color: #C67E7F; }
a { background-color: rgb(198,126,127); }
div.DivClassName
{
background-color: #C67E7F;
}
.BgClassName
{
background-color: #C67E7F;
}
</style>
border-color css
<style>
span { border-color: #C67E7F; }
span { border-color: rgb(198,126,127); }
td.TdClassName
{
border-color: #C67E7F;
}
.TagClassName
{
border-color: #C67E7F;
}
</style>