Shades of Charm #C76E7A
Tints of Charm #C76E7A
RGB
CMYK
RGB Variations
Color information
#C76E7A (or 0xC76E7A) is known color: Charm. HEX triplet: C7, 6E and 7A. RGB value is (199,110,122). Sum of RGB (Red+Green+Blue) = 199+110+122=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E7A is #389185. Grayscale: #8A8A8A. Windows color (decimal): -3707270 or 8023751. OLE color: 8023751.
HSL color Cylindrical-coordinate representation of color #C76E7A: hue angle of 351.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76E7A is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 122 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.22 |
| HSL | 351.91º | 0.44% | 0.61% | - |
| HSV(B) | 351.91º | 0.45% | 0.78% | - |
| XYZ | 32.64 | 24.7 | 21.46 | - |
| YUV | 137.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 122 | 0 | 0.45 | 0.39 | 0.22 | 351.91 | 0.44 | 0.61 |
| Hex | C7 | 6E | 7A | 0 | 2D | 27 | 16 | 160 | 2C | 3D |
| Octal | 307 | 156 | 172 | 0 | 55 | 47 | 26 | 540 | 54 | 75 |
| Binary | 11000111 | 1101110 | 1111010 | 0 | 101101 | 100111 | 10110 | 101100000 | 101100 | 111101 |
Color Harmonies of #C76E7A
Complementary color
Monochromatic Colors of #C76E7A
Black with #C76E7A
Text Example
Text Example
White with #C76E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E7A; }
p { color: rgb(199,110,122); }
H1.HeaderClassName
{
color: #C76E7A;
}
.AnyTagClassName
{
color: #C76E7A;
}
</style>
background-color css
<style>
a { background-color: #C76E7A; }
a { background-color: rgb(199,110,122); }
div.DivClassName
{
background-color: #C76E7A;
}
.BgClassName
{
background-color: #C76E7A;
}
</style>
border-color css
<style>
span { border-color: #C76E7A; }
span { border-color: rgb(199,110,122); }
td.TdClassName
{
border-color: #C76E7A;
}
.TagClassName
{
border-color: #C76E7A;
}
</style>