Shades of Charm #C76A7F
Tints of Charm #C76A7F
RGB
CMYK
RGB Variations
Color information
#C76A7F (or 0xC76A7F) is known color: Charm. HEX triplet: C7, 6A and 7F. RGB value is (199,106,127). Sum of RGB (Red+Green+Blue) = 199+106+127=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A7F is #389580. Grayscale: #888888. Windows color (decimal): -3708289 or 8350407. OLE color: 8350407.
HSL color Cylindrical-coordinate representation of color #C76A7F: hue angle of 346.45º 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 #C76A7F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 127 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.22 |
| HSL | 346.45º | 0.45% | 0.6% | - |
| HSV(B) | 346.45º | 0.47% | 0.78% | - |
| XYZ | 32.54 | 23.98 | 22.99 | - |
| YUV | 136.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 127 | 0 | 0.47 | 0.36 | 0.22 | 346.45 | 0.45 | 0.6 |
| Hex | C7 | 6A | 7F | 0 | 2F | 24 | 16 | 15A | 2D | 3C |
| Octal | 307 | 152 | 177 | 0 | 57 | 44 | 26 | 532 | 55 | 74 |
| Binary | 11000111 | 1101010 | 1111111 | 0 | 101111 | 100100 | 10110 | 101011010 | 101101 | 111100 |
Color Harmonies of #C76A7F
Complementary color
Monochromatic Colors of #C76A7F
Black with #C76A7F
Text Example
Text Example
White with #C76A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A7F; }
p { color: rgb(199,106,127); }
H1.HeaderClassName
{
color: #C76A7F;
}
.AnyTagClassName
{
color: #C76A7F;
}
</style>
background-color css
<style>
a { background-color: #C76A7F; }
a { background-color: rgb(199,106,127); }
div.DivClassName
{
background-color: #C76A7F;
}
.BgClassName
{
background-color: #C76A7F;
}
</style>
border-color css
<style>
span { border-color: #C76A7F; }
span { border-color: rgb(199,106,127); }
td.TdClassName
{
border-color: #C76A7F;
}
.TagClassName
{
border-color: #C76A7F;
}
</style>