Shades of Charm #C77C8C
Tints of Charm #C77C8C
RGB
CMYK
RGB Variations
Color information
#C77C8C (or 0xC77C8C) is known color: Charm. HEX triplet: C7, 7C and 8C. RGB value is (199,124,140). Sum of RGB (Red+Green+Blue) = 199+124+140=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77C8C is #388373. Grayscale: #949494. Windows color (decimal): -3703668 or 9206983. OLE color: 9206983.
HSL color Cylindrical-coordinate representation of color #C77C8C: hue angle of 347.2º 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 #C77C8C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 140 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.22 |
| HSL | 347.2º | 0.4% | 0.63% | - |
| HSV(B) | 347.2º | 0.38% | 0.78% | - |
| XYZ | 35.49 | 28.45 | 28.43 | - |
| YUV | 148.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 140 | 0 | 0.38 | 0.30 | 0.22 | 347.2 | 0.4 | 0.63 |
| Hex | C7 | 7C | 8C | 0 | 26 | 1E | 16 | 15B | 28 | 3F |
| Octal | 307 | 174 | 214 | 0 | 46 | 36 | 26 | 533 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10001100 | 0 | 100110 | 11110 | 10110 | 101011011 | 101000 | 111111 |
Color Harmonies of #C77C8C
Complementary color
Monochromatic Colors of #C77C8C
Black with #C77C8C
Text Example
Text Example
White with #C77C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C8C; }
p { color: rgb(199,124,140); }
H1.HeaderClassName
{
color: #C77C8C;
}
.AnyTagClassName
{
color: #C77C8C;
}
</style>
background-color css
<style>
a { background-color: #C77C8C; }
a { background-color: rgb(199,124,140); }
div.DivClassName
{
background-color: #C77C8C;
}
.BgClassName
{
background-color: #C77C8C;
}
</style>
border-color css
<style>
span { border-color: #C77C8C; }
span { border-color: rgb(199,124,140); }
td.TdClassName
{
border-color: #C77C8C;
}
.TagClassName
{
border-color: #C77C8C;
}
</style>