Shades of Charm #C77B8C
Tints of Charm #C77B8C
RGB
CMYK
RGB Variations
Color information
#C77B8C (or 0xC77B8C) is known color: Charm. HEX triplet: C7, 7B and 8C. RGB value is (199,123,140). Sum of RGB (Red+Green+Blue) = 199+123+140=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B8C is #388473. Grayscale: #939393. Windows color (decimal): -3703924 or 9206727. OLE color: 9206727.
HSL color Cylindrical-coordinate representation of color #C77B8C: hue angle of 346.58º 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 #C77B8C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 140 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.22 |
| HSL | 346.58º | 0.4% | 0.63% | - |
| HSV(B) | 346.58º | 0.38% | 0.78% | - |
| XYZ | 35.37 | 28.2 | 28.39 | - |
| YUV | 147.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 140 | 0 | 0.38 | 0.30 | 0.22 | 346.58 | 0.4 | 0.63 |
| Hex | C7 | 7B | 8C | 0 | 26 | 1E | 16 | 15B | 28 | 3F |
| Octal | 307 | 173 | 214 | 0 | 46 | 36 | 26 | 533 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10001100 | 0 | 100110 | 11110 | 10110 | 101011011 | 101000 | 111111 |
Color Harmonies of #C77B8C
Complementary color
Monochromatic Colors of #C77B8C
Black with #C77B8C
Text Example
Text Example
White with #C77B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B8C; }
p { color: rgb(199,123,140); }
H1.HeaderClassName
{
color: #C77B8C;
}
.AnyTagClassName
{
color: #C77B8C;
}
</style>
background-color css
<style>
a { background-color: #C77B8C; }
a { background-color: rgb(199,123,140); }
div.DivClassName
{
background-color: #C77B8C;
}
.BgClassName
{
background-color: #C77B8C;
}
</style>
border-color css
<style>
span { border-color: #C77B8C; }
span { border-color: rgb(199,123,140); }
td.TdClassName
{
border-color: #C77B8C;
}
.TagClassName
{
border-color: #C77B8C;
}
</style>