#C4BAB2

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

Shades of Tide #C4BAB2

Tints of Tide #C4BAB2

Color information

#C4BAB2 (or 0xC4BAB2) is unknown color: approx Tide. HEX triplet: C4, BA and B2. RGB value is (196,186,178). Sum of RGB (Red+Green+Blue) = 196+186+178=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAB2 is #3B454D. Grayscale: #BCBCBC. Windows color (decimal): -3884366 or 11713220. OLE color: 11713220.

HSL color Cylindrical-coordinate representation of color #C4BAB2: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BAB2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB196186178-
CMYK00.050.090.23
HSL26.67º13.24%73.33%-
HSV(B)26.67º9.18%76.86%-
XYZ48.3650.0749.23-
YUV188.08122.31133.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=35%
G=33.21%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618617800.050.090.2326.6713.2473.33
HexC4BAB2059171bd49
Octal3042722620511273315111
Binary11000100101110101011001001011001101111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAB2; }

 p { color: rgb(196,186,178); }

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

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

 a { background-color: rgb(196,186,178); }

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

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

 span { border-color: rgb(196,186,178); }

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