Shades of Charm #C77E80
Tints of Charm #C77E80
RGB
CMYK
RGB Variations
Color information
#C77E80 (or 0xC77E80) is known color: Charm. HEX triplet: C7, 7E and 80. RGB value is (199,126,128). Sum of RGB (Red+Green+Blue) = 199+126+128=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E80 is #38817F. Grayscale: #949494. Windows color (decimal): -3703168 or 8421063. OLE color: 8421063.
HSL color Cylindrical-coordinate representation of color #C77E80: hue angle of 358.36º 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 #C77E80 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 128 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.22 |
| HSL | 358.36º | 0.39% | 0.64% | - |
| HSV(B) | 358.36º | 0.37% | 0.78% | - |
| XYZ | 34.91 | 28.62 | 24.11 | - |
| YUV | 148.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 128 | 0 | 0.37 | 0.36 | 0.22 | 358.36 | 0.39 | 0.64 |
| Hex | C7 | 7E | 80 | 0 | 25 | 24 | 16 | 166 | 27 | 40 |
| Octal | 307 | 176 | 200 | 0 | 45 | 44 | 26 | 546 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10000000 | 0 | 100101 | 100100 | 10110 | 101100110 | 100111 | 1000000 |
Color Harmonies of #C77E80
Complementary color
Monochromatic Colors of #C77E80
Black with #C77E80
Text Example
Text Example
White with #C77E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E80; }
p { color: rgb(199,126,128); }
H1.HeaderClassName
{
color: #C77E80;
}
.AnyTagClassName
{
color: #C77E80;
}
</style>
background-color css
<style>
a { background-color: #C77E80; }
a { background-color: rgb(199,126,128); }
div.DivClassName
{
background-color: #C77E80;
}
.BgClassName
{
background-color: #C77E80;
}
</style>
border-color css
<style>
span { border-color: #C77E80; }
span { border-color: rgb(199,126,128); }
td.TdClassName
{
border-color: #C77E80;
}
.TagClassName
{
border-color: #C77E80;
}
</style>