#C9B5AE

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

Shades of Clam Shell #C9B5AE

Tints of Clam Shell #C9B5AE

Color information

#C9B5AE (or 0xC9B5AE) is unknown color: approx Clam Shell. HEX triplet: C9, B5 and AE. RGB value is (201,181,174). Sum of RGB (Red+Green+Blue) = 201+181+174=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B5AE is #364A51. Grayscale: #BABABA. Windows color (decimal): -3557970 or 11449801. OLE color: 11449801.

HSL color Cylindrical-coordinate representation of color #C9B5AE: hue angle of 15.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9B5AE is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201181174-
CMYK00.100.130.21
HSL15.56º20%73.53%-
HSV(B)15.56º13.43%78.82%-
XYZ48.2548.5246.87-
YUV186.18121.13138.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=36.15%
G=32.55%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118117400.100.130.2115.562073.53
HexC9B5AE0AD1510144a
Octal31126525601215252024112
Binary1100100110110101101011100101011011010110000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B5AE; }

 p { color: rgb(201,181,174); }

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

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

 a { background-color: rgb(201,181,174); }

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

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

 span { border-color: rgb(201,181,174); }

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