#CEACA7

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

Shades of Clam Shell #CEACA7

Tints of Clam Shell #CEACA7

Color information

#CEACA7 (or 0xCEACA7) is unknown color: approx Clam Shell. HEX triplet: CE, AC and A7. RGB value is (206,172,167). Sum of RGB (Red+Green+Blue) = 206+172+167=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACA7 is #315358. Grayscale: #B5B5B5. Windows color (decimal): -3232601 or 10988750. OLE color: 10988750.

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

Color convert

RGB206172167-
CMYK00.170.190.19
HSL7.69º28.47%73.14%-
HSV(B)7.69º18.93%80.78%-
XYZ47.1845.4242.84-
YUV181.6119.76145.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=37.80%
G=31.56%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617216700.170.190.197.6928.4773.14
HexCEACA7011131381c49
Octal31625424702123231034111
Binary11001110101011001010011101000110011100111000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACA7; }

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

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

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

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

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

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

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

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