#C9B1AB

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

Shades of Clam Shell #C9B1AB

Tints of Clam Shell #C9B1AB

Color information

#C9B1AB (or 0xC9B1AB) is unknown color: approx Clam Shell. HEX triplet: C9, B1 and AB. RGB value is (201,177,171). Sum of RGB (Red+Green+Blue) = 201+177+171=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B1AB is #364E54. Grayscale: #B7B7B7. Windows color (decimal): -3558997 or 11252169. OLE color: 11252169.

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

Color convert

RGB201177171-
CMYK00.120.150.21
HSL12º21.74%72.94%-
HSV(B)12º14.93%78.82%-
XYZ47.1646.845.08-
YUV183.49120.95140.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=36.61%
G=32.24%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117717100.120.150.211221.7472.94
HexC9B1AB0CF15c1649
Octal31126125301417251426111
Binary110010011011000110101011011001111101011100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1AB; }

 p { color: rgb(201,177,171); }

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

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

 a { background-color: rgb(201,177,171); }

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

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

 span { border-color: rgb(201,177,171); }

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