#C4B1A4

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

Shades of Tide #C4B1A4

Tints of Tide #C4B1A4

Color information

#C4B1A4 (or 0xC4B1A4) is unknown color: approx Tide. HEX triplet: C4, B1 and A4. RGB value is (196,177,164). Sum of RGB (Red+Green+Blue) = 196+177+164=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1A4 is #3B4E5B. Grayscale: #B5B5B5. Windows color (decimal): -3886684 or 10793412. OLE color: 10793412.

HSL color Cylindrical-coordinate representation of color #C4B1A4: hue angle of 24.38º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4B1A4 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196177164-
CMYK00.100.160.23
HSL24.38º21.33%70.59%-
HSV(B)24.38º16.33%76.86%-
XYZ45.1945.8641.59-
YUV181.2118.29138.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=36.50%
G=32.96%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617716400.100.160.2324.3821.3370.59
HexC4B1A40A1017181547
Octal30426124401220273025107
Binary11000100101100011010010001010100001011111000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1A4; }

 p { color: rgb(196,177,164); }

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

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

 a { background-color: rgb(196,177,164); }

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

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

 span { border-color: rgb(196,177,164); }

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