#C6788B

Color #C6788B Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C6788B

Tints of Charm #C6788B

Color information

#C6788B (or 0xC6788B) is unknown color: approx 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

RGB198120139-
CMYK00.390.300.22
HSL345.38º40.63%62.35%-
HSV(B)345.38º39.39%77.65%-
XYZ34.6727.327.87-
YUV145.49124.34165.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=43.33%
G=26.26%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812013900.390.300.22345.3840.6362.35
HexC6788B0271E16159293e
Octal30617021304736265315176
Binary1100011011110001000101101001111111010110101011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>