Shades of Charm #C76C85
Tints of Charm #C76C85
RGB
CMYK
RGB Variations
Color information
#C76C85 (or 0xC76C85) is known color: Charm. HEX triplet: C7, 6C and 85. RGB value is (199,108,133). Sum of RGB (Red+Green+Blue) = 199+108+133=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C85 is #38937A. Grayscale: #8A8A8A. Windows color (decimal): -3707771 or 8744135. OLE color: 8744135.
HSL color Cylindrical-coordinate representation of color #C76C85: hue angle of 343.52º 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 #C76C85 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 133 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.22 |
| HSL | 343.52º | 0.45% | 0.6% | - |
| HSV(B) | 343.52º | 0.46% | 0.78% | - |
| XYZ | 33.15 | 24.56 | 25.18 | - |
| YUV | 138.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 133 | 0 | 0.46 | 0.33 | 0.22 | 343.52 | 0.45 | 0.6 |
| Hex | C7 | 6C | 85 | 0 | 2E | 21 | 16 | 158 | 2D | 3C |
| Octal | 307 | 154 | 205 | 0 | 56 | 41 | 26 | 530 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10000101 | 0 | 101110 | 100001 | 10110 | 101011000 | 101101 | 111100 |
Color Harmonies of #C76C85
Complementary color
Monochromatic Colors of #C76C85
Black with #C76C85
Text Example
Text Example
White with #C76C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C85; }
p { color: rgb(199,108,133); }
H1.HeaderClassName
{
color: #C76C85;
}
.AnyTagClassName
{
color: #C76C85;
}
</style>
background-color css
<style>
a { background-color: #C76C85; }
a { background-color: rgb(199,108,133); }
div.DivClassName
{
background-color: #C76C85;
}
.BgClassName
{
background-color: #C76C85;
}
</style>
border-color css
<style>
span { border-color: #C76C85; }
span { border-color: rgb(199,108,133); }
td.TdClassName
{
border-color: #C76C85;
}
.TagClassName
{
border-color: #C76C85;
}
</style>