Shades of Charm #C77690
Tints of Charm #C77690
RGB
CMYK
RGB Variations
Color information
#C77690 (or 0xC77690) is known color: Charm. HEX triplet: C7, 76 and 90. RGB value is (199,118,144). Sum of RGB (Red+Green+Blue) = 199+118+144=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C77690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77690 is #38896F. Grayscale: #919191. Windows color (decimal): -3705200 or 9467591. OLE color: 9467591.
HSL color Cylindrical-coordinate representation of color #C77690: hue angle of 340.74º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77690 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 144 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.22 |
| HSL | 340.74º | 0.42% | 0.62% | - |
| HSV(B) | 340.74º | 0.41% | 0.78% | - |
| XYZ | 35.07 | 27.11 | 29.77 | - |
| YUV | 145.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 144 | 0 | 0.41 | 0.28 | 0.22 | 340.74 | 0.42 | 0.62 |
| Hex | C7 | 76 | 90 | 0 | 29 | 1C | 16 | 155 | 2A | 3E |
| Octal | 307 | 166 | 220 | 0 | 51 | 34 | 26 | 525 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10010000 | 0 | 101001 | 11100 | 10110 | 101010101 | 101010 | 111110 |
Color Harmonies of #C77690
Complementary color
Monochromatic Colors of #C77690
Black with #C77690
Text Example
Text Example
White with #C77690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77690; }
p { color: rgb(199,118,144); }
H1.HeaderClassName
{
color: #C77690;
}
.AnyTagClassName
{
color: #C77690;
}
</style>
background-color css
<style>
a { background-color: #C77690; }
a { background-color: rgb(199,118,144); }
div.DivClassName
{
background-color: #C77690;
}
.BgClassName
{
background-color: #C77690;
}
</style>
border-color css
<style>
span { border-color: #C77690; }
span { border-color: rgb(199,118,144); }
td.TdClassName
{
border-color: #C77690;
}
.TagClassName
{
border-color: #C77690;
}
</style>