Shades of Charm #C76984
Tints of Charm #C76984
RGB
CMYK
RGB Variations
Color information
#C76984 (or 0xC76984) is known color: Charm. HEX triplet: C7, 69 and 84. RGB value is (199,105,132). Sum of RGB (Red+Green+Blue) = 199+105+132=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C76984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76984 is #38967B. Grayscale: #888888. Windows color (decimal): -3708540 or 8677831. OLE color: 8677831.
HSL color Cylindrical-coordinate representation of color #C76984: hue angle of 342.77º degrees, saturation: 0.46, 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 #C76984 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 132 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.22 |
| HSL | 342.77º | 0.46% | 0.6% | - |
| HSV(B) | 342.77º | 0.47% | 0.78% | - |
| XYZ | 32.77 | 23.91 | 24.72 | - |
| YUV | 136.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 132 | 0 | 0.47 | 0.34 | 0.22 | 342.77 | 0.46 | 0.6 |
| Hex | C7 | 69 | 84 | 0 | 2F | 22 | 16 | 157 | 2E | 3C |
| Octal | 307 | 151 | 204 | 0 | 57 | 42 | 26 | 527 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10000100 | 0 | 101111 | 100010 | 10110 | 101010111 | 101110 | 111100 |
Color Harmonies of #C76984
Complementary color
Monochromatic Colors of #C76984
Black with #C76984
Text Example
Text Example
White with #C76984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76984; }
p { color: rgb(199,105,132); }
H1.HeaderClassName
{
color: #C76984;
}
.AnyTagClassName
{
color: #C76984;
}
</style>
background-color css
<style>
a { background-color: #C76984; }
a { background-color: rgb(199,105,132); }
div.DivClassName
{
background-color: #C76984;
}
.BgClassName
{
background-color: #C76984;
}
</style>
border-color css
<style>
span { border-color: #C76984; }
span { border-color: rgb(199,105,132); }
td.TdClassName
{
border-color: #C76984;
}
.TagClassName
{
border-color: #C76984;
}
</style>