Shades of Charm #C7768A
Tints of Charm #C7768A
RGB
CMYK
RGB Variations
Color information
#C7768A (or 0xC7768A) is known color: Charm. HEX triplet: C7, 76 and 8A. RGB value is (199,118,138). Sum of RGB (Red+Green+Blue) = 199+118+138=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7768A is #388975. Grayscale: #909090. Windows color (decimal): -3705206 or 9074375. OLE color: 9074375.
HSL color Cylindrical-coordinate representation of color #C7768A: hue angle of 345.19º 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 #C7768A is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 138 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.22 |
| HSL | 345.19º | 0.42% | 0.62% | - |
| HSV(B) | 345.19º | 0.41% | 0.78% | - |
| XYZ | 34.62 | 26.93 | 27.42 | - |
| YUV | 144.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 138 | 0 | 0.41 | 0.31 | 0.22 | 345.19 | 0.42 | 0.62 |
| Hex | C7 | 76 | 8A | 0 | 29 | 1F | 16 | 159 | 2A | 3E |
| Octal | 307 | 166 | 212 | 0 | 51 | 37 | 26 | 531 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10001010 | 0 | 101001 | 11111 | 10110 | 101011001 | 101010 | 111110 |
Color Harmonies of #C7768A
Complementary color
Monochromatic Colors of #C7768A
Black with #C7768A
Text Example
Text Example
White with #C7768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7768A; }
p { color: rgb(199,118,138); }
H1.HeaderClassName
{
color: #C7768A;
}
.AnyTagClassName
{
color: #C7768A;
}
</style>
background-color css
<style>
a { background-color: #C7768A; }
a { background-color: rgb(199,118,138); }
div.DivClassName
{
background-color: #C7768A;
}
.BgClassName
{
background-color: #C7768A;
}
</style>
border-color css
<style>
span { border-color: #C7768A; }
span { border-color: rgb(199,118,138); }
td.TdClassName
{
border-color: #C7768A;
}
.TagClassName
{
border-color: #C7768A;
}
</style>