Shades of Charm #C77B8A
Tints of Charm #C77B8A
RGB
CMYK
RGB Variations
Color information
#C77B8A (or 0xC77B8A) is known color: Charm. HEX triplet: C7, 7B and 8A. RGB value is (199,123,138). Sum of RGB (Red+Green+Blue) = 199+123+138=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B8A is #388475. Grayscale: #939393. Windows color (decimal): -3703926 or 9075655. OLE color: 9075655.
HSL color Cylindrical-coordinate representation of color #C77B8A: hue angle of 348.16º 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 #C77B8A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 138 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.22 |
| HSL | 348.16º | 0.4% | 0.63% | - |
| HSV(B) | 348.16º | 0.38% | 0.78% | - |
| XYZ | 35.22 | 28.14 | 27.62 | - |
| YUV | 147.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 138 | 0 | 0.38 | 0.31 | 0.22 | 348.16 | 0.4 | 0.63 |
| Hex | C7 | 7B | 8A | 0 | 26 | 1F | 16 | 15C | 28 | 3F |
| Octal | 307 | 173 | 212 | 0 | 46 | 37 | 26 | 534 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10001010 | 0 | 100110 | 11111 | 10110 | 101011100 | 101000 | 111111 |
Color Harmonies of #C77B8A
Complementary color
Monochromatic Colors of #C77B8A
Black with #C77B8A
Text Example
Text Example
White with #C77B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B8A; }
p { color: rgb(199,123,138); }
H1.HeaderClassName
{
color: #C77B8A;
}
.AnyTagClassName
{
color: #C77B8A;
}
</style>
background-color css
<style>
a { background-color: #C77B8A; }
a { background-color: rgb(199,123,138); }
div.DivClassName
{
background-color: #C77B8A;
}
.BgClassName
{
background-color: #C77B8A;
}
</style>
border-color css
<style>
span { border-color: #C77B8A; }
span { border-color: rgb(199,123,138); }
td.TdClassName
{
border-color: #C77B8A;
}
.TagClassName
{
border-color: #C77B8A;
}
</style>