Shades of Charm #C7767C
Tints of Charm #C7767C
RGB
CMYK
RGB Variations
Color information
#C7767C (or 0xC7767C) is known color: Charm. HEX triplet: C7, 76 and 7C. RGB value is (199,118,124). Sum of RGB (Red+Green+Blue) = 199+118+124=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7767C is #388983. Grayscale: #8E8E8E. Windows color (decimal): -3705220 or 8156871. OLE color: 8156871.
HSL color Cylindrical-coordinate representation of color #C7767C: hue angle of 355.56º 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 #C7767C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 124 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.22 |
| HSL | 355.56º | 0.42% | 0.62% | - |
| HSV(B) | 355.56º | 0.41% | 0.78% | - |
| XYZ | 33.67 | 26.55 | 22.42 | - |
| YUV | 142.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 124 | 0 | 0.41 | 0.38 | 0.22 | 355.56 | 0.42 | 0.62 |
| Hex | C7 | 76 | 7C | 0 | 29 | 26 | 16 | 164 | 2A | 3E |
| Octal | 307 | 166 | 174 | 0 | 51 | 46 | 26 | 544 | 52 | 76 |
| Binary | 11000111 | 1110110 | 1111100 | 0 | 101001 | 100110 | 10110 | 101100100 | 101010 | 111110 |
Color Harmonies of #C7767C
Complementary color
Monochromatic Colors of #C7767C
Black with #C7767C
Text Example
Text Example
White with #C7767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7767C; }
p { color: rgb(199,118,124); }
H1.HeaderClassName
{
color: #C7767C;
}
.AnyTagClassName
{
color: #C7767C;
}
</style>
background-color css
<style>
a { background-color: #C7767C; }
a { background-color: rgb(199,118,124); }
div.DivClassName
{
background-color: #C7767C;
}
.BgClassName
{
background-color: #C7767C;
}
</style>
border-color css
<style>
span { border-color: #C7767C; }
span { border-color: rgb(199,118,124); }
td.TdClassName
{
border-color: #C7767C;
}
.TagClassName
{
border-color: #C7767C;
}
</style>