Shades of Charm #C76E82
Tints of Charm #C76E82
RGB
CMYK
RGB Variations
Color information
#C76E82 (or 0xC76E82) is known color: Charm. HEX triplet: C7, 6E and 82. RGB value is (199,110,130). Sum of RGB (Red+Green+Blue) = 199+110+130=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76E82 is #38917D. Grayscale: #8A8A8A. Windows color (decimal): -3707262 or 8548039. OLE color: 8548039.
HSL color Cylindrical-coordinate representation of color #C76E82: hue angle of 346.52º 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 #C76E82 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 130 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.22 |
| HSL | 346.52º | 0.44% | 0.61% | - |
| HSV(B) | 346.52º | 0.45% | 0.78% | - |
| XYZ | 33.16 | 24.91 | 24.18 | - |
| YUV | 138.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 130 | 0 | 0.45 | 0.35 | 0.22 | 346.52 | 0.44 | 0.61 |
| Hex | C7 | 6E | 82 | 0 | 2D | 23 | 16 | 15B | 2C | 3D |
| Octal | 307 | 156 | 202 | 0 | 55 | 43 | 26 | 533 | 54 | 75 |
| Binary | 11000111 | 1101110 | 10000010 | 0 | 101101 | 100011 | 10110 | 101011011 | 101100 | 111101 |
Color Harmonies of #C76E82
Complementary color
Monochromatic Colors of #C76E82
Black with #C76E82
Text Example
Text Example
White with #C76E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E82; }
p { color: rgb(199,110,130); }
H1.HeaderClassName
{
color: #C76E82;
}
.AnyTagClassName
{
color: #C76E82;
}
</style>
background-color css
<style>
a { background-color: #C76E82; }
a { background-color: rgb(199,110,130); }
div.DivClassName
{
background-color: #C76E82;
}
.BgClassName
{
background-color: #C76E82;
}
</style>
border-color css
<style>
span { border-color: #C76E82; }
span { border-color: rgb(199,110,130); }
td.TdClassName
{
border-color: #C76E82;
}
.TagClassName
{
border-color: #C76E82;
}
</style>