#CEB6A9

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

Shades of Clam Shell #CEB6A9

Tints of Clam Shell #CEB6A9

Color information

#CEB6A9 (or 0xCEB6A9) is unknown color: approx Clam Shell. HEX triplet: CE, B6 and A9. RGB value is (206,182,169). Sum of RGB (Red+Green+Blue) = 206+182+169=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6A9 is #314956. Grayscale: #BBBBBB. Windows color (decimal): -3230039 or 11122382. OLE color: 11122382.

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

Color convert

RGB206182169-
CMYK00.120.180.19
HSL21.08º27.41%73.53%-
HSV(B)21.08º17.96%80.78%-
XYZ49.3449.4444.48-
YUV187.69117.45141.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=36.98%
G=32.68%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618216900.120.180.1921.0827.4173.53
HexCEB6A90C1213151b4a
Octal31626625101422232533112
Binary11001110101101101010100101100100101001110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6A9; }

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

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

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

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

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

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

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

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