#C6BAAE

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

Shades of Tide #C6BAAE

Tints of Tide #C6BAAE

Color information

#C6BAAE (or 0xC6BAAE) is unknown color: approx Tide. HEX triplet: C6, BA and AE. RGB value is (198,186,174). Sum of RGB (Red+Green+Blue) = 198+186+174=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAAE is #394551. Grayscale: #BCBCBC. Windows color (decimal): -3753298 or 11451078. OLE color: 11451078.

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

Color convert

RGB198186174-
CMYK00.060.120.22
HSL30º17.39%72.94%-
HSV(B)30º12.12%77.65%-
XYZ48.4950.1847.17-
YUV188.22119.98134.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.48%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=35.48%
G=33.33%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818617400.060.120.223017.3972.94
HexC6BAAE06C161e1149
Octal3062722560614263621111
Binary110001101011101010101110011011001011011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAAE; }

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

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

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

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

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

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

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

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