#C8AEA4

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

Shades of Clam Shell #C8AEA4

Tints of Clam Shell #C8AEA4

Color information

#C8AEA4 (or 0xC8AEA4) is unknown color: approx Clam Shell. HEX triplet: C8, AE and A4. RGB value is (200,174,164). Sum of RGB (Red+Green+Blue) = 200+174+164=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEA4 is #37515B. Grayscale: #B4B4B4. Windows color (decimal): -3625308 or 10792648. OLE color: 10792648.

HSL color Cylindrical-coordinate representation of color #C8AEA4: hue angle of 16.67º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8AEA4 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200174164-
CMYK00.130.180.22
HSL16.67º24.66%71.37%-
HSV(B)16.67º18%78.43%-
XYZ45.6645.2341.45-
YUV180.63118.61141.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=37.17%
G=32.34%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017416400.130.180.2216.6724.6671.37
HexC8AEA40D1216111947
Octal31025624401522262131107
Binary11001000101011101010010001101100101011010001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEA4; }

 p { color: rgb(200,174,164); }

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

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

 a { background-color: rgb(200,174,164); }

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

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

 span { border-color: rgb(200,174,164); }

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