Shades of Charm #C6788B
Tints of Charm #C6788B
RGB
CMYK
RGB Variations
Color information
#C6788B (or 0xC6788B) is known color: Charm. HEX triplet: C6, 78 and 8B. RGB value is (198,120,139). Sum of RGB (Red+Green+Blue) = 198+120+139=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6788B is #398774. Grayscale: #919191. Windows color (decimal): -3770229 or 9140422. OLE color: 9140422.
HSL color Cylindrical-coordinate representation of color #C6788B: hue angle of 345.38º 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 #C6788B is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 139 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.22 |
| HSL | 345.38º | 0.41% | 0.62% | - |
| HSV(B) | 345.38º | 0.39% | 0.78% | - |
| XYZ | 34.67 | 27.3 | 27.87 | - |
| YUV | 145.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 139 | 0 | 0.39 | 0.30 | 0.22 | 345.38 | 0.41 | 0.62 |
| Hex | C6 | 78 | 8B | 0 | 27 | 1E | 16 | 159 | 29 | 3E |
| Octal | 306 | 170 | 213 | 0 | 47 | 36 | 26 | 531 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10001011 | 0 | 100111 | 11110 | 10110 | 101011001 | 101001 | 111110 |
Color Harmonies of #C6788B
Complementary color
Monochromatic Colors of #C6788B
Black with #C6788B
Text Example
Text Example
White with #C6788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6788B; }
p { color: rgb(198,120,139); }
H1.HeaderClassName
{
color: #C6788B;
}
.AnyTagClassName
{
color: #C6788B;
}
</style>
background-color css
<style>
a { background-color: #C6788B; }
a { background-color: rgb(198,120,139); }
div.DivClassName
{
background-color: #C6788B;
}
.BgClassName
{
background-color: #C6788B;
}
</style>
border-color css
<style>
span { border-color: #C6788B; }
span { border-color: rgb(198,120,139); }
td.TdClassName
{
border-color: #C6788B;
}
.TagClassName
{
border-color: #C6788B;
}
</style>