#C4BAB0

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

Shades of Tide #C4BAB0

Tints of Tide #C4BAB0

Color information

#C4BAB0 (or 0xC4BAB0) is unknown color: approx Tide. HEX triplet: C4, BA and B0. RGB value is (196,186,176). Sum of RGB (Red+Green+Blue) = 196+186+176=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAB0 is #3B454F. Grayscale: #BBBBBB. Windows color (decimal): -3884368 or 11582148. OLE color: 11582148.

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

Color convert

RGB196186176-
CMYK00.050.100.23
HSL30º14.49%72.94%-
HSV(B)30º10.2%76.86%-
XYZ48.1649.9948.18-
YUV187.85121.31133.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=35.13%
G=33.33%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618617600.050.100.233014.4972.94
HexC4BAB005A171ee49
Octal3042722600512273616111
Binary11000100101110101011000001011010101111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAB0; }

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

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

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

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

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

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

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

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