#CEB1AA

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

Shades of Clam Shell #CEB1AA

Tints of Clam Shell #CEB1AA

Color information

#CEB1AA (or 0xCEB1AA) is unknown color: approx Clam Shell. HEX triplet: CE, B1 and AA. RGB value is (206,177,170). Sum of RGB (Red+Green+Blue) = 206+177+170=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1AA is #314E55. Grayscale: #B8B8B8. Windows color (decimal): -3231318 or 11186638. OLE color: 11186638.

HSL color Cylindrical-coordinate representation of color #CEB1AA: hue angle of 11.67º degrees, saturation: 0.27, 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 #CEB1AA is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206177170-
CMYK00.140.170.19
HSL11.67º26.87%73.73%-
HSV(B)11.67º17.48%80.78%-
XYZ48.4347.4744.64-
YUV184.87119.61143.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=37.25%
G=32.01%
B=30.74%

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
Decimal20617717000.140.170.1911.6726.8773.73
HexCEB1AA0E1113c1b4a
Octal31626125201621231433112
Binary1100111010110001101010100111010001100111100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1AA; }

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

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

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

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

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

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

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

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