Shades of Charm #C77D84
Tints of Charm #C77D84
RGB
CMYK
RGB Variations
Color information
#C77D84 (or 0xC77D84) is known color: Charm. HEX triplet: C7, 7D and 84. RGB value is (199,125,132). Sum of RGB (Red+Green+Blue) = 199+125+132=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77D84 is #38827B. Grayscale: #939393. Windows color (decimal): -3703420 or 8682951. OLE color: 8682951.
HSL color Cylindrical-coordinate representation of color #C77D84: hue angle of 354.32º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77D84 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 132 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.22 |
| HSL | 354.32º | 0.4% | 0.64% | - |
| HSV(B) | 354.32º | 0.37% | 0.78% | - |
| XYZ | 35.05 | 28.48 | 25.48 | - |
| YUV | 147.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 132 | 0 | 0.37 | 0.34 | 0.22 | 354.32 | 0.4 | 0.64 |
| Hex | C7 | 7D | 84 | 0 | 25 | 22 | 16 | 162 | 28 | 40 |
| Octal | 307 | 175 | 204 | 0 | 45 | 42 | 26 | 542 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10000100 | 0 | 100101 | 100010 | 10110 | 101100010 | 101000 | 1000000 |
Color Harmonies of #C77D84
Complementary color
Monochromatic Colors of #C77D84
Black with #C77D84
Text Example
Text Example
White with #C77D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D84; }
p { color: rgb(199,125,132); }
H1.HeaderClassName
{
color: #C77D84;
}
.AnyTagClassName
{
color: #C77D84;
}
</style>
background-color css
<style>
a { background-color: #C77D84; }
a { background-color: rgb(199,125,132); }
div.DivClassName
{
background-color: #C77D84;
}
.BgClassName
{
background-color: #C77D84;
}
</style>
border-color css
<style>
span { border-color: #C77D84; }
span { border-color: rgb(199,125,132); }
td.TdClassName
{
border-color: #C77D84;
}
.TagClassName
{
border-color: #C77D84;
}
</style>