Shades of Charm #C6788A
Tints of Charm #C6788A
RGB
CMYK
RGB Variations
Color information
#C6788A (or 0xC6788A) is known color: Charm. HEX triplet: C6, 78 and 8A. RGB value is (198,120,138). Sum of RGB (Red+Green+Blue) = 198+120+138=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6788A is #398775. Grayscale: #919191. Windows color (decimal): -3770230 or 9074886. OLE color: 9074886.
HSL color Cylindrical-coordinate representation of color #C6788A: hue angle of 346.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6788A is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 138 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.22 |
| HSL | 346.15º | 0.41% | 0.62% | - |
| HSV(B) | 346.15º | 0.39% | 0.78% | - |
| XYZ | 34.59 | 27.27 | 27.49 | - |
| YUV | 145.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 138 | 0 | 0.39 | 0.30 | 0.22 | 346.15 | 0.41 | 0.62 |
| Hex | C6 | 78 | 8A | 0 | 27 | 1E | 16 | 15A | 29 | 3E |
| Octal | 306 | 170 | 212 | 0 | 47 | 36 | 26 | 532 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10001010 | 0 | 100111 | 11110 | 10110 | 101011010 | 101001 | 111110 |
Color Harmonies of #C6788A
Complementary color
Monochromatic Colors of #C6788A
Black with #C6788A
Text Example
Text Example
White with #C6788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6788A; }
p { color: rgb(198,120,138); }
H1.HeaderClassName
{
color: #C6788A;
}
.AnyTagClassName
{
color: #C6788A;
}
</style>
background-color css
<style>
a { background-color: #C6788A; }
a { background-color: rgb(198,120,138); }
div.DivClassName
{
background-color: #C6788A;
}
.BgClassName
{
background-color: #C6788A;
}
</style>
border-color css
<style>
span { border-color: #C6788A; }
span { border-color: rgb(198,120,138); }
td.TdClassName
{
border-color: #C6788A;
}
.TagClassName
{
border-color: #C6788A;
}
</style>