Shades of Charm #C76881
Tints of Charm #C76881
RGB
CMYK
RGB Variations
Color information
#C76881 (or 0xC76881) is known color: Charm. HEX triplet: C7, 68 and 81. RGB value is (199,104,129). Sum of RGB (Red+Green+Blue) = 199+104+129=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C76881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76881 is #38977E. Grayscale: #878787. Windows color (decimal): -3708799 or 8480967. OLE color: 8480967.
HSL color Cylindrical-coordinate representation of color #C76881: hue angle of 344.21º 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 #C76881 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 129 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.22 |
| HSL | 344.21º | 0.46% | 0.59% | - |
| HSV(B) | 344.21º | 0.48% | 0.78% | - |
| XYZ | 32.47 | 23.63 | 23.62 | - |
| YUV | 135.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 129 | 0 | 0.48 | 0.35 | 0.22 | 344.21 | 0.46 | 0.59 |
| Hex | C7 | 68 | 81 | 0 | 30 | 23 | 16 | 158 | 2E | 3B |
| Octal | 307 | 150 | 201 | 0 | 60 | 43 | 26 | 530 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10000001 | 0 | 110000 | 100011 | 10110 | 101011000 | 101110 | 111011 |
Color Harmonies of #C76881
Complementary color
Monochromatic Colors of #C76881
Black with #C76881
Text Example
Text Example
White with #C76881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76881; }
p { color: rgb(199,104,129); }
H1.HeaderClassName
{
color: #C76881;
}
.AnyTagClassName
{
color: #C76881;
}
</style>
background-color css
<style>
a { background-color: #C76881; }
a { background-color: rgb(199,104,129); }
div.DivClassName
{
background-color: #C76881;
}
.BgClassName
{
background-color: #C76881;
}
</style>
border-color css
<style>
span { border-color: #C76881; }
span { border-color: rgb(199,104,129); }
td.TdClassName
{
border-color: #C76881;
}
.TagClassName
{
border-color: #C76881;
}
</style>