#C2B6AB

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

Shades of Tide #C2B6AB

Tints of Tide #C2B6AB

Color information

#C2B6AB (or 0xC2B6AB) is unknown color: approx Tide. HEX triplet: C2, B6 and AB. RGB value is (194,182,171). Sum of RGB (Red+Green+Blue) = 194+182+171=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AB is #3D4954. Grayscale: #B8B8B8. Windows color (decimal): -4016469 or 11253442. OLE color: 11253442.

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

Color convert

RGB194182171-
CMYK00.060.120.24
HSL28.7º15.86%71.57%-
HSV(B)28.7º11.86%76.08%-
XYZ46.3347.8745.33-
YUV184.33120.48134.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=35.47%
G=33.27%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418217100.060.120.2428.715.8671.57
HexC2B6AB06C181d1048
Octal3022662530614303520110
Binary110000101011011010101011011011001100011101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6AB; }

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

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

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

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

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

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

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

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