#C6B9AE

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

Shades of Tide #C6B9AE

Tints of Tide #C6B9AE

Color information

#C6B9AE (or 0xC6B9AE) is unknown color: approx Tide. HEX triplet: C6, B9 and AE. RGB value is (198,185,174). Sum of RGB (Red+Green+Blue) = 198+185+174=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B9AE is #394651. Grayscale: #BBBBBB. Windows color (decimal): -3753554 or 11450822. OLE color: 11450822.

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

Color convert

RGB198185174-
CMYK00.070.120.22
HSL27.5º17.39%72.94%-
HSV(B)27.5º12.12%77.65%-
XYZ48.2849.7647.1-
YUV187.63120.31135.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=35.55%
G=33.21%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818517400.070.120.2227.517.3972.94
HexC6B9AE07C161c1149
Octal3062712560714263421111
Binary110001101011100110101110011111001011011100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B9AE; }

 p { color: rgb(198,185,174); }

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

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

 a { background-color: rgb(198,185,174); }

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

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

 span { border-color: rgb(198,185,174); }

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