Shades of Charm #C7788A
Tints of Charm #C7788A
RGB
CMYK
RGB Variations
Color information
#C7788A (or 0xC7788A) is known color: Charm. HEX triplet: C7, 78 and 8A. RGB value is (199,120,138). Sum of RGB (Red+Green+Blue) = 199+120+138=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7788A is #388775. Grayscale: #919191. Windows color (decimal): -3704694 or 9074887. OLE color: 9074887.
HSL color Cylindrical-coordinate representation of color #C7788A: hue angle of 346.33º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7788A is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 138 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.22 |
| HSL | 346.33º | 0.41% | 0.63% | - |
| HSV(B) | 346.33º | 0.4% | 0.78% | - |
| XYZ | 34.86 | 27.41 | 27.5 | - |
| YUV | 145.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 138 | 0 | 0.40 | 0.31 | 0.22 | 346.33 | 0.41 | 0.63 |
| Hex | C7 | 78 | 8A | 0 | 28 | 1F | 16 | 15A | 29 | 3F |
| Octal | 307 | 170 | 212 | 0 | 50 | 37 | 26 | 532 | 51 | 77 |
| Binary | 11000111 | 1111000 | 10001010 | 0 | 101000 | 11111 | 10110 | 101011010 | 101001 | 111111 |
Color Harmonies of #C7788A
Complementary color
Monochromatic Colors of #C7788A
Black with #C7788A
Text Example
Text Example
White with #C7788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7788A; }
p { color: rgb(199,120,138); }
H1.HeaderClassName
{
color: #C7788A;
}
.AnyTagClassName
{
color: #C7788A;
}
</style>
background-color css
<style>
a { background-color: #C7788A; }
a { background-color: rgb(199,120,138); }
div.DivClassName
{
background-color: #C7788A;
}
.BgClassName
{
background-color: #C7788A;
}
</style>
border-color css
<style>
span { border-color: #C7788A; }
span { border-color: rgb(199,120,138); }
td.TdClassName
{
border-color: #C7788A;
}
.TagClassName
{
border-color: #C7788A;
}
</style>