Shades of Charm #C76C76
Tints of Charm #C76C76
RGB
CMYK
RGB Variations
Color information
#C76C76 (or 0xC76C76) is known color: Charm. HEX triplet: C7, 6C and 76. RGB value is (199,108,118). Sum of RGB (Red+Green+Blue) = 199+108+118=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C76 is #389389. Grayscale: #888888. Windows color (decimal): -3707786 or 7761095. OLE color: 7761095.
HSL color Cylindrical-coordinate representation of color #C76C76: hue angle of 353.41º 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 #C76C76 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 118 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.22 |
| HSL | 353.41º | 0.45% | 0.6% | - |
| HSV(B) | 353.41º | 0.46% | 0.78% | - |
| XYZ | 32.19 | 24.18 | 20.11 | - |
| YUV | 136.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 118 | 0 | 0.46 | 0.41 | 0.22 | 353.41 | 0.45 | 0.6 |
| Hex | C7 | 6C | 76 | 0 | 2E | 29 | 16 | 161 | 2D | 3C |
| Octal | 307 | 154 | 166 | 0 | 56 | 51 | 26 | 541 | 55 | 74 |
| Binary | 11000111 | 1101100 | 1110110 | 0 | 101110 | 101001 | 10110 | 101100001 | 101101 | 111100 |
Color Harmonies of #C76C76
Complementary color
Monochromatic Colors of #C76C76
Black with #C76C76
Text Example
Text Example
White with #C76C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C76; }
p { color: rgb(199,108,118); }
H1.HeaderClassName
{
color: #C76C76;
}
.AnyTagClassName
{
color: #C76C76;
}
</style>
background-color css
<style>
a { background-color: #C76C76; }
a { background-color: rgb(199,108,118); }
div.DivClassName
{
background-color: #C76C76;
}
.BgClassName
{
background-color: #C76C76;
}
</style>
border-color css
<style>
span { border-color: #C76C76; }
span { border-color: rgb(199,108,118); }
td.TdClassName
{
border-color: #C76C76;
}
.TagClassName
{
border-color: #C76C76;
}
</style>