#C6B7AE

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

Shades of Tide #C6B7AE

Tints of Tide #C6B7AE

Color information

#C6B7AE (or 0xC6B7AE) is unknown color: approx Tide. HEX triplet: C6, B7 and AE. RGB value is (198,183,174). Sum of RGB (Red+Green+Blue) = 198+183+174=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B7AE is #394851. Grayscale: #BABABA. Windows color (decimal): -3754066 or 11450310. OLE color: 11450310.

HSL color Cylindrical-coordinate representation of color #C6B7AE: hue angle of 22.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 #C6B7AE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198183174-
CMYK00.080.120.22
HSL22.5º17.39%72.94%-
HSV(B)22.5º12.12%77.65%-
XYZ47.8648.9346.97-
YUV186.46120.97136.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 183 (71.88% from 255) = 32.97%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=35.68%
G=32.97%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818317400.080.120.2222.517.3972.94
HexC6B7AE08C16171149
Octal30626725601014262721111
Binary1100011010110111101011100100011001011010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B7AE; }

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

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

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

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

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

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

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

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