#C4B3A9

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

Shades of Tide #C4B3A9

Tints of Tide #C4B3A9

Color information

#C4B3A9 (or 0xC4B3A9) is unknown color: approx Tide. HEX triplet: C4, B3 and A9. RGB value is (196,179,169). Sum of RGB (Red+Green+Blue) = 196+179+169=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B3A9 is #3B4C56. Grayscale: #B7B7B7. Windows color (decimal): -3886167 or 11121604. OLE color: 11121604.

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

Color convert

RGB196179169-
CMYK00.090.140.23
HSL22.22º18.62%71.57%-
HSV(B)22.22º13.78%76.86%-
XYZ46.0546.8444.15-
YUV182.94120.13137.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=36.03%
G=32.90%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617916900.090.140.2322.2218.6271.57
HexC4B3A909E17161348
Octal30426325101116272623110
Binary1100010010110011101010010100111101011110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3A9; }

 p { color: rgb(196,179,169); }

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

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

 a { background-color: rgb(196,179,169); }

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

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

 span { border-color: rgb(196,179,169); }

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