Shades of Charm #C77E8E
Tints of Charm #C77E8E
RGB
CMYK
RGB Variations
Color information
#C77E8E (or 0xC77E8E) is known color: Charm. HEX triplet: C7, 7E and 8E. RGB value is (199,126,142). Sum of RGB (Red+Green+Blue) = 199+126+142=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E8E is #388171. Grayscale: #959595. Windows color (decimal): -3703154 or 9338567. OLE color: 9338567.
HSL color Cylindrical-coordinate representation of color #C77E8E: hue angle of 346.85º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77E8E is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 142 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.22 |
| HSL | 346.85º | 0.39% | 0.64% | - |
| HSV(B) | 346.85º | 0.37% | 0.78% | - |
| XYZ | 35.9 | 29.02 | 29.3 | - |
| YUV | 149.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 142 | 0 | 0.37 | 0.29 | 0.22 | 346.85 | 0.39 | 0.64 |
| Hex | C7 | 7E | 8E | 0 | 25 | 1D | 16 | 15B | 27 | 40 |
| Octal | 307 | 176 | 216 | 0 | 45 | 35 | 26 | 533 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10001110 | 0 | 100101 | 11101 | 10110 | 101011011 | 100111 | 1000000 |
Color Harmonies of #C77E8E
Complementary color
Monochromatic Colors of #C77E8E
Black with #C77E8E
Text Example
Text Example
White with #C77E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E8E; }
p { color: rgb(199,126,142); }
H1.HeaderClassName
{
color: #C77E8E;
}
.AnyTagClassName
{
color: #C77E8E;
}
</style>
background-color css
<style>
a { background-color: #C77E8E; }
a { background-color: rgb(199,126,142); }
div.DivClassName
{
background-color: #C77E8E;
}
.BgClassName
{
background-color: #C77E8E;
}
</style>
border-color css
<style>
span { border-color: #C77E8E; }
span { border-color: rgb(199,126,142); }
td.TdClassName
{
border-color: #C77E8E;
}
.TagClassName
{
border-color: #C77E8E;
}
</style>