Shades of Charm #C76C77
Tints of Charm #C76C77
RGB
CMYK
RGB Variations
Color information
#C76C77 (or 0xC76C77) is known color: Charm. HEX triplet: C7, 6C and 77. RGB value is (199,108,119). Sum of RGB (Red+Green+Blue) = 199+108+119=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C77 is #389388. Grayscale: #888888. Windows color (decimal): -3707785 or 7826631. OLE color: 7826631.
HSL color Cylindrical-coordinate representation of color #C76C77: hue angle of 352.75º 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 #C76C77 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 119 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.22 |
| HSL | 352.75º | 0.45% | 0.6% | - |
| HSV(B) | 352.75º | 0.46% | 0.78% | - |
| XYZ | 32.25 | 24.2 | 20.42 | - |
| YUV | 136.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 119 | 0 | 0.46 | 0.40 | 0.22 | 352.75 | 0.45 | 0.6 |
| Hex | C7 | 6C | 77 | 0 | 2E | 28 | 16 | 161 | 2D | 3C |
| Octal | 307 | 154 | 167 | 0 | 56 | 50 | 26 | 541 | 55 | 74 |
| Binary | 11000111 | 1101100 | 1110111 | 0 | 101110 | 101000 | 10110 | 101100001 | 101101 | 111100 |
Color Harmonies of #C76C77
Complementary color
Monochromatic Colors of #C76C77
Black with #C76C77
Text Example
Text Example
White with #C76C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C77; }
p { color: rgb(199,108,119); }
H1.HeaderClassName
{
color: #C76C77;
}
.AnyTagClassName
{
color: #C76C77;
}
</style>
background-color css
<style>
a { background-color: #C76C77; }
a { background-color: rgb(199,108,119); }
div.DivClassName
{
background-color: #C76C77;
}
.BgClassName
{
background-color: #C76C77;
}
</style>
border-color css
<style>
span { border-color: #C76C77; }
span { border-color: rgb(199,108,119); }
td.TdClassName
{
border-color: #C76C77;
}
.TagClassName
{
border-color: #C76C77;
}
</style>