Shades of Charm #C76A76
Tints of Charm #C76A76
RGB
CMYK
RGB Variations
Color information
#C76A76 (or 0xC76A76) is known color: Charm. HEX triplet: C7, 6A and 76. RGB value is (199,106,118). Sum of RGB (Red+Green+Blue) = 199+106+118=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A76 is #389589. Grayscale: #878787. Windows color (decimal): -3708298 or 7760583. OLE color: 7760583.
HSL color Cylindrical-coordinate representation of color #C76A76: hue angle of 352.26º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76A76 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 118 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.22 |
| HSL | 352.26º | 0.45% | 0.6% | - |
| HSV(B) | 352.26º | 0.47% | 0.78% | - |
| XYZ | 31.98 | 23.76 | 20.04 | - |
| YUV | 135.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 118 | 0 | 0.47 | 0.41 | 0.22 | 352.26 | 0.45 | 0.6 |
| Hex | C7 | 6A | 76 | 0 | 2F | 29 | 16 | 160 | 2D | 3C |
| Octal | 307 | 152 | 166 | 0 | 57 | 51 | 26 | 540 | 55 | 74 |
| Binary | 11000111 | 1101010 | 1110110 | 0 | 101111 | 101001 | 10110 | 101100000 | 101101 | 111100 |
Color Harmonies of #C76A76
Complementary color
Monochromatic Colors of #C76A76
Black with #C76A76
Text Example
Text Example
White with #C76A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A76; }
p { color: rgb(199,106,118); }
H1.HeaderClassName
{
color: #C76A76;
}
.AnyTagClassName
{
color: #C76A76;
}
</style>
background-color css
<style>
a { background-color: #C76A76; }
a { background-color: rgb(199,106,118); }
div.DivClassName
{
background-color: #C76A76;
}
.BgClassName
{
background-color: #C76A76;
}
</style>
border-color css
<style>
span { border-color: #C76A76; }
span { border-color: rgb(199,106,118); }
td.TdClassName
{
border-color: #C76A76;
}
.TagClassName
{
border-color: #C76A76;
}
</style>