Shades of Charm #C77680
Tints of Charm #C77680
RGB
CMYK
RGB Variations
Color information
#C77680 (or 0xC77680) is known color: Charm. HEX triplet: C7, 76 and 80. RGB value is (199,118,128). Sum of RGB (Red+Green+Blue) = 199+118+128=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C77680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77680 is #38897F. Grayscale: #8F8F8F. Windows color (decimal): -3705216 or 8419015. OLE color: 8419015.
HSL color Cylindrical-coordinate representation of color #C77680: hue angle of 352.59º 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 #C77680 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 128 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.22 |
| HSL | 352.59º | 0.42% | 0.62% | - |
| HSV(B) | 352.59º | 0.41% | 0.78% | - |
| XYZ | 33.93 | 26.66 | 23.78 | - |
| YUV | 143.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 128 | 0 | 0.41 | 0.36 | 0.22 | 352.59 | 0.42 | 0.62 |
| Hex | C7 | 76 | 80 | 0 | 29 | 24 | 16 | 161 | 2A | 3E |
| Octal | 307 | 166 | 200 | 0 | 51 | 44 | 26 | 541 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10000000 | 0 | 101001 | 100100 | 10110 | 101100001 | 101010 | 111110 |
Color Harmonies of #C77680
Complementary color
Monochromatic Colors of #C77680
Black with #C77680
Text Example
Text Example
White with #C77680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77680; }
p { color: rgb(199,118,128); }
H1.HeaderClassName
{
color: #C77680;
}
.AnyTagClassName
{
color: #C77680;
}
</style>
background-color css
<style>
a { background-color: #C77680; }
a { background-color: rgb(199,118,128); }
div.DivClassName
{
background-color: #C77680;
}
.BgClassName
{
background-color: #C77680;
}
</style>
border-color css
<style>
span { border-color: #C77680; }
span { border-color: rgb(199,118,128); }
td.TdClassName
{
border-color: #C77680;
}
.TagClassName
{
border-color: #C77680;
}
</style>