#C2B2AB

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

Shades of Tide #C2B2AB

Tints of Tide #C2B2AB

Color information

#C2B2AB (or 0xC2B2AB) is unknown color: approx Tide. HEX triplet: C2, B2 and AB. RGB value is (194,178,171). Sum of RGB (Red+Green+Blue) = 194+178+171=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2AB is #3D4D54. Grayscale: #B6B6B6. Windows color (decimal): -4017493 or 11252418. OLE color: 11252418.

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

Color convert

RGB194178171-
CMYK00.080.120.24
HSL18.26º15.86%71.57%-
HSV(B)18.26º11.86%76.08%-
XYZ45.5246.2545.06-
YUV181.99121.8136.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=35.73%
G=32.78%
B=31.49%

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
Decimal19417817100.080.120.2418.2615.8671.57
HexC2B2AB08C18121048
Octal30226225301014302220110
Binary1100001010110010101010110100011001100010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2AB; }

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

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

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

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

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

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

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

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