#CEB6AA

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

Shades of Clam Shell #CEB6AA

Tints of Clam Shell #CEB6AA

Color information

#CEB6AA (or 0xCEB6AA) is unknown color: approx Clam Shell. HEX triplet: CE, B6 and AA. RGB value is (206,182,170). Sum of RGB (Red+Green+Blue) = 206+182+170=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6AA is #314955. Grayscale: #BBBBBB. Windows color (decimal): -3230038 or 11187918. OLE color: 11187918.

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

Color convert

RGB206182170-
CMYK00.120.170.19
HSL20º26.87%73.73%-
HSV(B)20º17.48%80.78%-
XYZ49.4449.4844.98-
YUV187.81117.95140.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=36.92%
G=32.62%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618217000.120.170.192026.8773.73
HexCEB6AA0C1113141b4a
Octal31626625201421232433112
Binary11001110101101101010101001100100011001110100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6AA; }

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

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

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

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

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

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

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

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