#C6BAAD

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

Shades of Tide #C6BAAD

Tints of Tide #C6BAAD

Color information

#C6BAAD (or 0xC6BAAD) is unknown color: approx Tide. HEX triplet: C6, BA and AD. RGB value is (198,186,173). Sum of RGB (Red+Green+Blue) = 198+186+173=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAAD is #394552. Grayscale: #BCBCBC. Windows color (decimal): -3753299 or 11385542. OLE color: 11385542.

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

Color convert

RGB198186173-
CMYK00.060.130.22
HSL31.2º17.99%72.75%-
HSV(B)31.2º12.63%77.65%-
XYZ48.3950.1446.66-
YUV188.11119.48135.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=35.55%
G=33.39%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818617300.060.130.2231.217.9972.75
HexC6BAAD06D161f1249
Octal3062722550615263722111
Binary110001101011101010101101011011011011011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAAD; }

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

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

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

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

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

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

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

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