#C4B2AA

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

Shades of Clam Shell #C4B2AA

Tints of Clam Shell #C4B2AA

Color information

#C4B2AA (or 0xC4B2AA) is unknown color: approx Clam Shell. HEX triplet: C4, B2 and AA. RGB value is (196,178,170). Sum of RGB (Red+Green+Blue) = 196+178+170=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2AA is #3B4D55. Grayscale: #B6B6B6. Windows color (decimal): -3886422 or 11186884. OLE color: 11186884.

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

Color convert

RGB196178170-
CMYK00.090.130.23
HSL18.46º18.06%71.76%-
HSV(B)18.46º13.27%76.86%-
XYZ45.9446.4844.58-
YUV182.47120.96137.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=36.03%
G=32.72%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617817000.090.130.2318.4618.0671.76
HexC4B2AA09D17121248
Octal30426225201115272222110
Binary1100010010110010101010100100111011011110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B2AA; }

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

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

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

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

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

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

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

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