Shades of Charm #C77986
Tints of Charm #C77986
RGB
CMYK
RGB Variations
Color information
#C77986 (or 0xC77986) is known color: Charm. HEX triplet: C7, 79 and 86. RGB value is (199,121,134). Sum of RGB (Red+Green+Blue) = 199+121+134=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C77986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77986 is #388679. Grayscale: #919191. Windows color (decimal): -3704442 or 8812999. OLE color: 8812999.
HSL color Cylindrical-coordinate representation of color #C77986: hue angle of 350º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77986 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 134 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.22 |
| HSL | 350º | 0.41% | 0.63% | - |
| HSV(B) | 350º | 0.39% | 0.78% | - |
| XYZ | 34.69 | 27.54 | 26.04 | - |
| YUV | 145.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 134 | 0 | 0.39 | 0.33 | 0.22 | 350 | 0.41 | 0.63 |
| Hex | C7 | 79 | 86 | 0 | 27 | 21 | 16 | 15E | 29 | 3F |
| Octal | 307 | 171 | 206 | 0 | 47 | 41 | 26 | 536 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10000110 | 0 | 100111 | 100001 | 10110 | 101011110 | 101001 | 111111 |
Color Harmonies of #C77986
Complementary color
Monochromatic Colors of #C77986
Black with #C77986
Text Example
Text Example
White with #C77986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77986; }
p { color: rgb(199,121,134); }
H1.HeaderClassName
{
color: #C77986;
}
.AnyTagClassName
{
color: #C77986;
}
</style>
background-color css
<style>
a { background-color: #C77986; }
a { background-color: rgb(199,121,134); }
div.DivClassName
{
background-color: #C77986;
}
.BgClassName
{
background-color: #C77986;
}
</style>
border-color css
<style>
span { border-color: #C77986; }
span { border-color: rgb(199,121,134); }
td.TdClassName
{
border-color: #C77986;
}
.TagClassName
{
border-color: #C77986;
}
</style>