#C6BAB0

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

Shades of Tide #C6BAB0

Tints of Tide #C6BAB0

Color information

#C6BAB0 (or 0xC6BAB0) is unknown color: approx Tide. HEX triplet: C6, BA and B0. RGB value is (198,186,176). Sum of RGB (Red+Green+Blue) = 198+186+176=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAB0 is #39454F. Grayscale: #BCBCBC. Windows color (decimal): -3753296 or 11582150. OLE color: 11582150.

HSL color Cylindrical-coordinate representation of color #C6BAB0: hue angle of 27.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BAB0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198186176-
CMYK00.060.110.22
HSL27.27º16.18%73.33%-
HSV(B)27.27º11.11%77.65%-
XYZ48.6850.2648.21-
YUV188.45120.98134.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=35.36%
G=33.21%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818617600.060.110.2227.2716.1873.33
HexC6BAB006B161b1049
Octal3062722600613263320111
Binary110001101011101010110000011010111011011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAB0; }

 p { color: rgb(198,186,176); }

 H1.HeaderClassName
 {
   color: #C6BAB0;
 }
 .AnyTagClassName
 {
   color: #C6BAB0;
 }
</style>
background-color css

<style>
 a { background-color: #C6BAB0; }

 a { background-color: rgb(198,186,176); }

 div.DivClassName
 {
   background-color: #C6BAB0;
 }
 .BgClassName
 {
   background-color: #C6BAB0;
 }
</style>
border-color css

<style>
 span { border-color: #C6BAB0; }

 span { border-color: rgb(198,186,176); }

 td.TdClassName
 {
   border-color: #C6BAB0;
 }
 .TagClassName
 {
   border-color: #C6BAB0;
 }
</style>