#C4B3AC

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

Shades of Clam Shell #C4B3AC

Tints of Clam Shell #C4B3AC

Color information

#C4B3AC (or 0xC4B3AC) is unknown color: approx Clam Shell. HEX triplet: C4, B3 and AC. RGB value is (196,179,172). Sum of RGB (Red+Green+Blue) = 196+179+172=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B3AC is #3B4C53. Grayscale: #B7B7B7. Windows color (decimal): -3886164 or 11318212. OLE color: 11318212.

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

Color convert

RGB196179172-
CMYK00.090.120.23
HSL17.5º16.9%72.16%-
HSV(B)17.5º12.24%76.86%-
XYZ46.3346.9545.65-
YUV183.28121.63137.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=35.83%
G=32.72%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617917200.090.120.2317.516.972.16
HexC4B3AC09C17121148
Octal30426325401114272221110
Binary1100010010110011101011000100111001011110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3AC; }

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

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

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

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

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

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

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

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