#CEB6AE

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

Shades of Clam Shell #CEB6AE

Tints of Clam Shell #CEB6AE

Color information

#CEB6AE (or 0xCEB6AE) is unknown color: approx Clam Shell. HEX triplet: CE, B6 and AE. RGB value is (206,182,174). Sum of RGB (Red+Green+Blue) = 206+182+174=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6AE is #314951. Grayscale: #BCBCBC. Windows color (decimal): -3230034 or 11450062. OLE color: 11450062.

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

Color convert

RGB206182174-
CMYK00.120.160.19
HSL15º24.62%74.51%-
HSV(B)15º15.53%80.78%-
XYZ49.8249.6347-
YUV188.26119.95140.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=36.65%
G=32.38%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618217400.120.160.191524.6274.51
HexCEB6AE0C1013f194b
Octal31626625601420231731113
Binary1100111010110110101011100110010000100111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6AE; }

 p { color: rgb(206,182,174); }

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

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

 a { background-color: rgb(206,182,174); }

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

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

 span { border-color: rgb(206,182,174); }

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