#C9B6AD

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

Shades of Clam Shell #C9B6AD

Tints of Clam Shell #C9B6AD

Color information

#C9B6AD (or 0xC9B6AD) is unknown color: approx Clam Shell. HEX triplet: C9, B6 and AD. RGB value is (201,182,173). Sum of RGB (Red+Green+Blue) = 201+182+173=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B6AD is #364952. Grayscale: #BABABA. Windows color (decimal): -3557715 or 11384521. OLE color: 11384521.

HSL color Cylindrical-coordinate representation of color #C9B6AD: hue angle of 19.29º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9B6AD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB201182173-
CMYK00.090.140.21
HSL19.29º20.59%73.33%-
HSV(B)19.29º13.93%78.82%-
XYZ48.3648.8946.42-
YUV186.66120.29138.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=36.15%
G=32.73%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118217300.090.140.2119.2920.5973.33
HexC9B6AD09E15131549
Octal31126625501116252325111
Binary1100100110110110101011010100111101010110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6AD; }

 p { color: rgb(201,182,173); }

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

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

 a { background-color: rgb(201,182,173); }

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

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

 span { border-color: rgb(201,182,173); }

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