#CEB3AA

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

Shades of Clam Shell #CEB3AA

Tints of Clam Shell #CEB3AA

Color information

#CEB3AA (or 0xCEB3AA) is unknown color: approx Clam Shell. HEX triplet: CE, B3 and AA. RGB value is (206,179,170). Sum of RGB (Red+Green+Blue) = 206+179+170=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3AA is #314C55. Grayscale: #BABABA. Windows color (decimal): -3230806 or 11187150. OLE color: 11187150.

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

Color convert

RGB206179170-
CMYK00.130.170.19
HSL15º26.87%73.73%-
HSV(B)15º17.48%80.78%-
XYZ48.8348.2644.77-
YUV186.05118.95142.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=37.12%
G=32.25%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617917000.130.170.191526.8773.73
HexCEB3AA0D1113f1b4a
Octal31626325201521231733112
Binary1100111010110011101010100110110001100111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3AA; }

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

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

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

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

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

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

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

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