#CEB2AA

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

Shades of Clam Shell #CEB2AA

Tints of Clam Shell #CEB2AA

Color information

#CEB2AA (or 0xCEB2AA) is unknown color: approx Clam Shell. HEX triplet: CE, B2 and AA. RGB value is (206,178,170). Sum of RGB (Red+Green+Blue) = 206+178+170=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2AA is #314D55. Grayscale: #B9B9B9. Windows color (decimal): -3231062 or 11186894. OLE color: 11186894.

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

Color convert

RGB206178170-
CMYK00.140.170.19
HSL13.33º26.87%73.73%-
HSV(B)13.33º17.48%80.78%-
XYZ48.6347.8644.71-
YUV185.46119.28142.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=37.18%
G=32.13%
B=30.69%

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
Decimal20617817000.140.170.1913.3326.8773.73
HexCEB2AA0E1113d1b4a
Octal31626225201621231533112
Binary1100111010110010101010100111010001100111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2AA; }

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

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

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

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

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

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

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

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