Shades of Charm #C7767A
Tints of Charm #C7767A
RGB
CMYK
RGB Variations
Color information
#C7767A (or 0xC7767A) is known color: Charm. HEX triplet: C7, 76 and 7A. RGB value is (199,118,122). Sum of RGB (Red+Green+Blue) = 199+118+122=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7767A is #388985. Grayscale: #8E8E8E. Windows color (decimal): -3705222 or 8025799. OLE color: 8025799.
HSL color Cylindrical-coordinate representation of color #C7767A: hue angle of 357.04º 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 #C7767A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 122 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.22 |
| HSL | 357.04º | 0.42% | 0.62% | - |
| HSV(B) | 357.04º | 0.41% | 0.78% | - |
| XYZ | 33.54 | 26.5 | 21.76 | - |
| YUV | 142.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 122 | 0 | 0.41 | 0.39 | 0.22 | 357.04 | 0.42 | 0.62 |
| Hex | C7 | 76 | 7A | 0 | 29 | 27 | 16 | 165 | 2A | 3E |
| Octal | 307 | 166 | 172 | 0 | 51 | 47 | 26 | 545 | 52 | 76 |
| Binary | 11000111 | 1110110 | 1111010 | 0 | 101001 | 100111 | 10110 | 101100101 | 101010 | 111110 |
Color Harmonies of #C7767A
Complementary color
Monochromatic Colors of #C7767A
Black with #C7767A
Text Example
Text Example
White with #C7767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7767A; }
p { color: rgb(199,118,122); }
H1.HeaderClassName
{
color: #C7767A;
}
.AnyTagClassName
{
color: #C7767A;
}
</style>
background-color css
<style>
a { background-color: #C7767A; }
a { background-color: rgb(199,118,122); }
div.DivClassName
{
background-color: #C7767A;
}
.BgClassName
{
background-color: #C7767A;
}
</style>
border-color css
<style>
span { border-color: #C7767A; }
span { border-color: rgb(199,118,122); }
td.TdClassName
{
border-color: #C7767A;
}
.TagClassName
{
border-color: #C7767A;
}
</style>