#C5AEA4

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

Shades of Clam Shell #C5AEA4

Tints of Clam Shell #C5AEA4

Color information

#C5AEA4 (or 0xC5AEA4) is unknown color: approx Clam Shell. HEX triplet: C5, AE and A4. RGB value is (197,174,164). Sum of RGB (Red+Green+Blue) = 197+174+164=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEA4 is #3A515B. Grayscale: #B3B3B3. Windows color (decimal): -3821916 or 10792645. OLE color: 10792645.

HSL color Cylindrical-coordinate representation of color #C5AEA4: hue angle of 18.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5AEA4 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB197174164-
CMYK00.120.170.23
HSL18.18º22.15%70.78%-
HSV(B)18.18º16.75%77.25%-
XYZ44.8644.8241.41-
YUV179.74119.12140.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=36.82%
G=32.52%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717416400.120.170.2318.1822.1570.78
HexC5AEA40C1117121647
Octal30525624401421272226107
Binary11000101101011101010010001100100011011110010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AEA4; }

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

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

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

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

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

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

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

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