#CEB3AD

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

Shades of Clam Shell #CEB3AD

Tints of Clam Shell #CEB3AD

Color information

#CEB3AD (or 0xCEB3AD) is unknown color: approx Clam Shell. HEX triplet: CE, B3 and AD. RGB value is (206,179,173). Sum of RGB (Red+Green+Blue) = 206+179+173=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3AD is #314C52. Grayscale: #BABABA. Windows color (decimal): -3230803 or 11383758. OLE color: 11383758.

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

Color convert

RGB206179173-
CMYK00.130.160.19
HSL10.91º25.19%74.31%-
HSV(B)10.91º16.02%80.78%-
XYZ49.1248.3846.28-
YUV186.39120.45141.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=36.92%
G=32.08%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617917300.130.160.1910.9125.1974.31
HexCEB3AD0D1013b194a
Octal31626325501520231331112
Binary1100111010110011101011010110110000100111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3AD; }

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

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

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

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

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

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

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

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