#C5B4AD

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

Shades of Clam Shell #C5B4AD

Tints of Clam Shell #C5B4AD

Color information

#C5B4AD (or 0xC5B4AD) is unknown color: approx Clam Shell. HEX triplet: C5, B4 and AD. RGB value is (197,180,173). Sum of RGB (Red+Green+Blue) = 197+180+173=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B4AD is #3A4B52. Grayscale: #B8B8B8. Windows color (decimal): -3820371 or 11384005. OLE color: 11384005.

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

Color convert

RGB197180173-
CMYK00.090.120.23
HSL17.5º17.14%72.55%-
HSV(B)17.5º12.18%77.25%-
XYZ46.8947.5346.24-
YUV184.28121.63137.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=35.82%
G=32.73%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718017300.090.120.2317.517.1472.55
HexC5B4AD09C17121149
Octal30526425501114272221111
Binary1100010110110100101011010100111001011110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4AD; }

 p { color: rgb(197,180,173); }

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

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

 a { background-color: rgb(197,180,173); }

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

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

 span { border-color: rgb(197,180,173); }

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