Shades of Charm #C7767E
Tints of Charm #C7767E
RGB
CMYK
RGB Variations
Color information
#C7767E (or 0xC7767E) is known color: Charm. HEX triplet: C7, 76 and 7E. RGB value is (199,118,126). Sum of RGB (Red+Green+Blue) = 199+118+126=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7767E is #388981. Grayscale: #8F8F8F. Windows color (decimal): -3705218 or 8287943. OLE color: 8287943.
HSL color Cylindrical-coordinate representation of color #C7767E: hue angle of 354.07º 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 #C7767E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 126 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.22 |
| HSL | 354.07º | 0.42% | 0.62% | - |
| HSV(B) | 354.07º | 0.41% | 0.78% | - |
| XYZ | 33.8 | 26.61 | 23.09 | - |
| YUV | 143.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 126 | 0 | 0.41 | 0.37 | 0.22 | 354.07 | 0.42 | 0.62 |
| Hex | C7 | 76 | 7E | 0 | 29 | 25 | 16 | 162 | 2A | 3E |
| Octal | 307 | 166 | 176 | 0 | 51 | 45 | 26 | 542 | 52 | 76 |
| Binary | 11000111 | 1110110 | 1111110 | 0 | 101001 | 100101 | 10110 | 101100010 | 101010 | 111110 |
Color Harmonies of #C7767E
Complementary color
Monochromatic Colors of #C7767E
Black with #C7767E
Text Example
Text Example
White with #C7767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7767E; }
p { color: rgb(199,118,126); }
H1.HeaderClassName
{
color: #C7767E;
}
.AnyTagClassName
{
color: #C7767E;
}
</style>
background-color css
<style>
a { background-color: #C7767E; }
a { background-color: rgb(199,118,126); }
div.DivClassName
{
background-color: #C7767E;
}
.BgClassName
{
background-color: #C7767E;
}
</style>
border-color css
<style>
span { border-color: #C7767E; }
span { border-color: rgb(199,118,126); }
td.TdClassName
{
border-color: #C7767E;
}
.TagClassName
{
border-color: #C7767E;
}
</style>