#CEB0A4

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

Shades of Clam Shell #CEB0A4

Tints of Clam Shell #CEB0A4

Color information

#CEB0A4 (or 0xCEB0A4) is unknown color: approx Clam Shell. HEX triplet: CE, B0 and A4. RGB value is (206,176,164). Sum of RGB (Red+Green+Blue) = 206+176+164=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0A4 is #314F5B. Grayscale: #B7B7B7. Windows color (decimal): -3231580 or 10793166. OLE color: 10793166.

HSL color Cylindrical-coordinate representation of color #CEB0A4: hue angle of 17.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB0A4 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206176164-
CMYK00.150.200.19
HSL17.14º30%72.55%-
HSV(B)17.14º20.39%80.78%-
XYZ47.6846.8541.65-
YUV183.6116.94143.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=37.73%
G=32.23%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617616400.150.200.1917.143072.55
HexCEB0A40F1413111e49
Octal31626024401724232136111
Binary11001110101100001010010001111101001001110001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0A4; }

 p { color: rgb(206,176,164); }

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

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

 a { background-color: rgb(206,176,164); }

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

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

 span { border-color: rgb(206,176,164); }

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