#CEACA4

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

Shades of Clam Shell #CEACA4

Tints of Clam Shell #CEACA4

Color information

#CEACA4 (or 0xCEACA4) is unknown color: approx Clam Shell. HEX triplet: CE, AC and A4. RGB value is (206,172,164). Sum of RGB (Red+Green+Blue) = 206+172+164=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACA4 is #31535B. Grayscale: #B5B5B5. Windows color (decimal): -3232604 or 10792142. OLE color: 10792142.

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

Color convert

RGB206172164-
CMYK00.170.200.19
HSL11.43º30%72.55%-
HSV(B)11.43º20.39%80.78%-
XYZ46.9145.3141.39-
YUV181.25118.26145.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=38.01%
G=31.73%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617216400.170.200.1911.433072.55
HexCEACA40111413b1e49
Octal31625424402124231336111
Binary11001110101011001010010001000110100100111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACA4; }

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

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

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

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

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

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

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

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