Shades of Charm #C77B88
Tints of Charm #C77B88
RGB
CMYK
RGB Variations
Color information
#C77B88 (or 0xC77B88) is known color: Charm. HEX triplet: C7, 7B and 88. RGB value is (199,123,136). Sum of RGB (Red+Green+Blue) = 199+123+136=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B88 is #388477. Grayscale: #939393. Windows color (decimal): -3703928 or 8944583. OLE color: 8944583.
HSL color Cylindrical-coordinate representation of color #C77B88: hue angle of 349.74º 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 #C77B88 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 136 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.22 |
| HSL | 349.74º | 0.4% | 0.63% | - |
| HSV(B) | 349.74º | 0.38% | 0.78% | - |
| XYZ | 35.08 | 28.09 | 26.86 | - |
| YUV | 147.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 136 | 0 | 0.38 | 0.32 | 0.22 | 349.74 | 0.4 | 0.63 |
| Hex | C7 | 7B | 88 | 0 | 26 | 20 | 16 | 15E | 28 | 3F |
| Octal | 307 | 173 | 210 | 0 | 46 | 40 | 26 | 536 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10001000 | 0 | 100110 | 100000 | 10110 | 101011110 | 101000 | 111111 |
Color Harmonies of #C77B88
Complementary color
Monochromatic Colors of #C77B88
Black with #C77B88
Text Example
Text Example
White with #C77B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B88; }
p { color: rgb(199,123,136); }
H1.HeaderClassName
{
color: #C77B88;
}
.AnyTagClassName
{
color: #C77B88;
}
</style>
background-color css
<style>
a { background-color: #C77B88; }
a { background-color: rgb(199,123,136); }
div.DivClassName
{
background-color: #C77B88;
}
.BgClassName
{
background-color: #C77B88;
}
</style>
border-color css
<style>
span { border-color: #C77B88; }
span { border-color: rgb(199,123,136); }
td.TdClassName
{
border-color: #C77B88;
}
.TagClassName
{
border-color: #C77B88;
}
</style>