#C2B3AB

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

Shades of Tide #C2B3AB

Tints of Tide #C2B3AB

Color information

#C2B3AB (or 0xC2B3AB) is unknown color: approx Tide. HEX triplet: C2, B3 and AB. RGB value is (194,179,171). Sum of RGB (Red+Green+Blue) = 194+179+171=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3AB is #3D4C54. Grayscale: #B6B6B6. Windows color (decimal): -4017237 or 11252674. OLE color: 11252674.

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

Color convert

RGB194179171-
CMYK00.080.120.24
HSL20.87º15.86%71.57%-
HSV(B)20.87º11.86%76.08%-
XYZ45.7246.6545.12-
YUV182.57121.47136.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=35.66%
G=32.90%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417917100.080.120.2420.8715.8671.57
HexC2B3AB08C18151048
Octal30226325301014302520110
Binary1100001010110011101010110100011001100010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3AB; }

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

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

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

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

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

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

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

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