#CEB1AB

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

Shades of Clam Shell #CEB1AB

Tints of Clam Shell #CEB1AB

Color information

#CEB1AB (or 0xCEB1AB) is unknown color: approx Clam Shell. HEX triplet: CE, B1 and AB. RGB value is (206,177,171). Sum of RGB (Red+Green+Blue) = 206+177+171=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1AB is #314E54. Grayscale: #B9B9B9. Windows color (decimal): -3231317 or 11252174. OLE color: 11252174.

HSL color Cylindrical-coordinate representation of color #CEB1AB: hue angle of 10.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB1AB is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206177171-
CMYK00.140.170.19
HSL10.29º26.32%73.92%-
HSV(B)10.29º16.99%80.78%-
XYZ48.5347.5145.14-
YUV184.99120.11142.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=37.18%
G=31.95%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617717100.140.170.1910.2926.3273.92
HexCEB1AB0E1113a1a4a
Octal31626125301621231232112
Binary1100111010110001101010110111010001100111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1AB; }

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

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

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

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

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

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

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

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