#CEACA5

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

Shades of Clam Shell #CEACA5

Tints of Clam Shell #CEACA5

Color information

#CEACA5 (or 0xCEACA5) is unknown color: approx Clam Shell. HEX triplet: CE, AC and A5. RGB value is (206,172,165). Sum of RGB (Red+Green+Blue) = 206+172+165=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACA5 is #31535A. Grayscale: #B5B5B5. Windows color (decimal): -3232603 or 10857678. OLE color: 10857678.

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

Color convert

RGB206172165-
CMYK00.170.200.19
HSL10.24º29.5%72.75%-
HSV(B)10.24º19.9%80.78%-
XYZ4745.3441.87-
YUV181.37118.76145.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=37.94%
G=31.68%
B=30.39%

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
Decimal20617216500.170.200.1910.2429.572.75
HexCEACA50111413a1d49
Octal31625424502124231235111
Binary11001110101011001010010101000110100100111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACA5; }

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

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

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

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

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

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

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

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