Shades of Charm #C77992
Tints of Charm #C77992
RGB
CMYK
RGB Variations
Color information
#C77992 (or 0xC77992) is known color: Charm. HEX triplet: C7, 79 and 92. RGB value is (199,121,146). Sum of RGB (Red+Green+Blue) = 199+121+146=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C77992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77992 is #38866D. Grayscale: #939393. Windows color (decimal): -3704430 or 9599431. OLE color: 9599431.
HSL color Cylindrical-coordinate representation of color #C77992: hue angle of 340.77º 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 #C77992 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 146 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.22 |
| HSL | 340.77º | 0.41% | 0.63% | - |
| HSV(B) | 340.77º | 0.39% | 0.78% | - |
| XYZ | 35.58 | 27.89 | 30.7 | - |
| YUV | 147.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 146 | 0 | 0.39 | 0.27 | 0.22 | 340.77 | 0.41 | 0.63 |
| Hex | C7 | 79 | 92 | 0 | 27 | 1B | 16 | 155 | 29 | 3F |
| Octal | 307 | 171 | 222 | 0 | 47 | 33 | 26 | 525 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10010010 | 0 | 100111 | 11011 | 10110 | 101010101 | 101001 | 111111 |
Color Harmonies of #C77992
Complementary color
Monochromatic Colors of #C77992
Black with #C77992
Text Example
Text Example
White with #C77992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77992; }
p { color: rgb(199,121,146); }
H1.HeaderClassName
{
color: #C77992;
}
.AnyTagClassName
{
color: #C77992;
}
</style>
background-color css
<style>
a { background-color: #C77992; }
a { background-color: rgb(199,121,146); }
div.DivClassName
{
background-color: #C77992;
}
.BgClassName
{
background-color: #C77992;
}
</style>
border-color css
<style>
span { border-color: #C77992; }
span { border-color: rgb(199,121,146); }
td.TdClassName
{
border-color: #C77992;
}
.TagClassName
{
border-color: #C77992;
}
</style>