#CEB1A3

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

Shades of Clam Shell #CEB1A3

Tints of Clam Shell #CEB1A3

Color information

#CEB1A3 (or 0xCEB1A3) is unknown color: approx Clam Shell. HEX triplet: CE, B1 and A3. RGB value is (206,177,163). Sum of RGB (Red+Green+Blue) = 206+177+163=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1A3 is #314E5C. Grayscale: #B8B8B8. Windows color (decimal): -3231325 or 10727886. OLE color: 10727886.

HSL color Cylindrical-coordinate representation of color #CEB1A3: hue angle of 19.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB1A3 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB206177163-
CMYK00.140.210.19
HSL19.53º30.5%72.35%-
HSV(B)19.53º20.87%80.78%-
XYZ47.7947.2141.24-
YUV184.08116.11143.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=37.73%
G=32.42%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617716300.140.210.1919.5330.572.35
HexCEB1A30E1513141e48
Octal31626124301625232436110
Binary11001110101100011010001101110101011001110100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1A3; }

 p { color: rgb(206,177,163); }

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

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

 a { background-color: rgb(206,177,163); }

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

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

 span { border-color: rgb(206,177,163); }

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