Shades of Charm #C76C84
Tints of Charm #C76C84
RGB
CMYK
RGB Variations
Color information
#C76C84 (or 0xC76C84) is known color: Charm. HEX triplet: C7, 6C and 84. RGB value is (199,108,132). Sum of RGB (Red+Green+Blue) = 199+108+132=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C84 is #38937B. Grayscale: #898989. Windows color (decimal): -3707772 or 8678599. OLE color: 8678599.
HSL color Cylindrical-coordinate representation of color #C76C84: hue angle of 344.18º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76C84 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 132 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.22 |
| HSL | 344.18º | 0.45% | 0.6% | - |
| HSV(B) | 344.18º | 0.46% | 0.78% | - |
| XYZ | 33.08 | 24.53 | 24.82 | - |
| YUV | 137.95 | 124.65 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 132 | 0 | 0.46 | 0.34 | 0.22 | 344.18 | 0.45 | 0.6 |
| Hex | C7 | 6C | 84 | 0 | 2E | 22 | 16 | 158 | 2D | 3C |
| Octal | 307 | 154 | 204 | 0 | 56 | 42 | 26 | 530 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10000100 | 0 | 101110 | 100010 | 10110 | 101011000 | 101101 | 111100 |
Color Harmonies of #C76C84
Complementary color
Monochromatic Colors of #C76C84
Black with #C76C84
Text Example
Text Example
White with #C76C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C84; }
p { color: rgb(199,108,132); }
H1.HeaderClassName
{
color: #C76C84;
}
.AnyTagClassName
{
color: #C76C84;
}
</style>
background-color css
<style>
a { background-color: #C76C84; }
a { background-color: rgb(199,108,132); }
div.DivClassName
{
background-color: #C76C84;
}
.BgClassName
{
background-color: #C76C84;
}
</style>
border-color css
<style>
span { border-color: #C76C84; }
span { border-color: rgb(199,108,132); }
td.TdClassName
{
border-color: #C76C84;
}
.TagClassName
{
border-color: #C76C84;
}
</style>