Shades of Charm #C76784
Tints of Charm #C76784
RGB
CMYK
RGB Variations
Color information
#C76784 (or 0xC76784) is known color: Charm. HEX triplet: C7, 67 and 84. RGB value is (199,103,132). Sum of RGB (Red+Green+Blue) = 199+103+132=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C76784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76784 is #38987B. Grayscale: #868686. Windows color (decimal): -3709052 or 8677319. OLE color: 8677319.
HSL color Cylindrical-coordinate representation of color #C76784: hue angle of 341.88º 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 #C76784 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 132 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 341.88º | 0.46% | 0.59% | - |
| HSV(B) | 341.88º | 0.48% | 0.78% | - |
| XYZ | 32.57 | 23.51 | 24.65 | - |
| YUV | 135.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 132 | 0 | 0.48 | 0.34 | 0.22 | 341.88 | 0.46 | 0.59 |
| Hex | C7 | 67 | 84 | 0 | 30 | 22 | 16 | 156 | 2E | 3B |
| Octal | 307 | 147 | 204 | 0 | 60 | 42 | 26 | 526 | 56 | 73 |
| Binary | 11000111 | 1100111 | 10000100 | 0 | 110000 | 100010 | 10110 | 101010110 | 101110 | 111011 |
Color Harmonies of #C76784
Complementary color
Monochromatic Colors of #C76784
Black with #C76784
Text Example
Text Example
White with #C76784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76784; }
p { color: rgb(199,103,132); }
H1.HeaderClassName
{
color: #C76784;
}
.AnyTagClassName
{
color: #C76784;
}
</style>
background-color css
<style>
a { background-color: #C76784; }
a { background-color: rgb(199,103,132); }
div.DivClassName
{
background-color: #C76784;
}
.BgClassName
{
background-color: #C76784;
}
</style>
border-color css
<style>
span { border-color: #C76784; }
span { border-color: rgb(199,103,132); }
td.TdClassName
{
border-color: #C76784;
}
.TagClassName
{
border-color: #C76784;
}
</style>