Shades of Charm #C77B8D
Tints of Charm #C77B8D
RGB
CMYK
RGB Variations
Color information
#C77B8D (or 0xC77B8D) is known color: Charm. HEX triplet: C7, 7B and 8D. RGB value is (199,123,141). Sum of RGB (Red+Green+Blue) = 199+123+141=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B8D is #388472. Grayscale: #939393. Windows color (decimal): -3703923 or 9272263. OLE color: 9272263.
HSL color Cylindrical-coordinate representation of color #C77B8D: hue angle of 345.79º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77B8D is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 141 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.22 |
| HSL | 345.79º | 0.4% | 0.63% | - |
| HSV(B) | 345.79º | 0.38% | 0.78% | - |
| XYZ | 35.44 | 28.23 | 28.78 | - |
| YUV | 147.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 141 | 0 | 0.38 | 0.29 | 0.22 | 345.79 | 0.4 | 0.63 |
| Hex | C7 | 7B | 8D | 0 | 26 | 1D | 16 | 15A | 28 | 3F |
| Octal | 307 | 173 | 215 | 0 | 46 | 35 | 26 | 532 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10001101 | 0 | 100110 | 11101 | 10110 | 101011010 | 101000 | 111111 |
Color Harmonies of #C77B8D
Complementary color
Monochromatic Colors of #C77B8D
Black with #C77B8D
Text Example
Text Example
White with #C77B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B8D; }
p { color: rgb(199,123,141); }
H1.HeaderClassName
{
color: #C77B8D;
}
.AnyTagClassName
{
color: #C77B8D;
}
</style>
background-color css
<style>
a { background-color: #C77B8D; }
a { background-color: rgb(199,123,141); }
div.DivClassName
{
background-color: #C77B8D;
}
.BgClassName
{
background-color: #C77B8D;
}
</style>
border-color css
<style>
span { border-color: #C77B8D; }
span { border-color: rgb(199,123,141); }
td.TdClassName
{
border-color: #C77B8D;
}
.TagClassName
{
border-color: #C77B8D;
}
</style>