Shades of Charm #C76878
Tints of Charm #C76878
RGB
CMYK
RGB Variations
Color information
#C76878 (or 0xC76878) is known color: Charm. HEX triplet: C7, 68 and 78. RGB value is (199,104,120). Sum of RGB (Red+Green+Blue) = 199+104+120=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C76878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76878 is #389787. Grayscale: #868686. Windows color (decimal): -3708808 or 7891143. OLE color: 7891143.
HSL color Cylindrical-coordinate representation of color #C76878: hue angle of 349.89º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76878 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 120 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.22 |
| HSL | 349.89º | 0.46% | 0.59% | - |
| HSV(B) | 349.89º | 0.48% | 0.78% | - |
| XYZ | 31.89 | 23.4 | 20.6 | - |
| YUV | 134.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 120 | 0 | 0.48 | 0.40 | 0.22 | 349.89 | 0.46 | 0.59 |
| Hex | C7 | 68 | 78 | 0 | 30 | 28 | 16 | 15E | 2E | 3B |
| Octal | 307 | 150 | 170 | 0 | 60 | 50 | 26 | 536 | 56 | 73 |
| Binary | 11000111 | 1101000 | 1111000 | 0 | 110000 | 101000 | 10110 | 101011110 | 101110 | 111011 |
Color Harmonies of #C76878
Complementary color
Monochromatic Colors of #C76878
Black with #C76878
Text Example
Text Example
White with #C76878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76878; }
p { color: rgb(199,104,120); }
H1.HeaderClassName
{
color: #C76878;
}
.AnyTagClassName
{
color: #C76878;
}
</style>
background-color css
<style>
a { background-color: #C76878; }
a { background-color: rgb(199,104,120); }
div.DivClassName
{
background-color: #C76878;
}
.BgClassName
{
background-color: #C76878;
}
</style>
border-color css
<style>
span { border-color: #C76878; }
span { border-color: rgb(199,104,120); }
td.TdClassName
{
border-color: #C76878;
}
.TagClassName
{
border-color: #C76878;
}
</style>