#C2B6AD

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

Shades of Tide #C2B6AD

Tints of Tide #C2B6AD

Color information

#C2B6AD (or 0xC2B6AD) is unknown color: approx Tide. HEX triplet: C2, B6 and AD. RGB value is (194,182,173). Sum of RGB (Red+Green+Blue) = 194+182+173=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AD is #3D4952. Grayscale: #B8B8B8. Windows color (decimal): -4016467 or 11384514. OLE color: 11384514.

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

Color convert

RGB194182173-
CMYK00.060.110.24
HSL25.71º14.69%71.96%-
HSV(B)25.71º10.82%76.08%-
XYZ46.5247.9446.34-
YUV184.56121.48134.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=35.34%
G=33.15%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418217300.060.110.2425.7114.6971.96
HexC2B6AD06B181af48
Octal3022662550613303217110
Binary11000010101101101010110101101011110001101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6AD; }

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

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

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

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

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

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

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

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