#C2B6AE

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

Shades of Tide #C2B6AE

Tints of Tide #C2B6AE

Color information

#C2B6AE (or 0xC2B6AE) is unknown color: approx Tide. HEX triplet: C2, B6 and AE. RGB value is (194,182,174). Sum of RGB (Red+Green+Blue) = 194+182+174=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AE is #3D4951. Grayscale: #B8B8B8. Windows color (decimal): -4016466 or 11450050. OLE color: 11450050.

HSL color Cylindrical-coordinate representation of color #C2B6AE: hue angle of 24º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B6AE is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194182174-
CMYK00.060.100.24
HSL24º14.08%72.16%-
HSV(B)24º10.31%76.08%-
XYZ46.6247.9846.85-
YUV184.68121.98134.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=35.27%
G=33.09%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418217400.060.100.242414.0872.16
HexC2B6AE06A1818e48
Octal3022662560612303016110
Binary11000010101101101010111001101010110001100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6AE; }

 p { color: rgb(194,182,174); }

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

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

 a { background-color: rgb(194,182,174); }

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

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

 span { border-color: rgb(194,182,174); }

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