#C5B3AB

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

Shades of Clam Shell #C5B3AB

Tints of Clam Shell #C5B3AB

Color information

#C5B3AB (or 0xC5B3AB) is unknown color: approx Clam Shell. HEX triplet: C5, B3 and AB. RGB value is (197,179,171). Sum of RGB (Red+Green+Blue) = 197+179+171=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B3AB is #3A4C54. Grayscale: #B7B7B7. Windows color (decimal): -3820629 or 11252677. OLE color: 11252677.

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

Color convert

RGB197179171-
CMYK00.090.130.23
HSL18.46º18.31%72.16%-
HSV(B)18.46º13.2%77.25%-
XYZ46.547.0545.16-
YUV183.47120.96137.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=36.01%
G=32.72%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717917100.090.130.2318.4618.3172.16
HexC5B3AB09D17121248
Octal30526325301115272222110
Binary1100010110110011101010110100111011011110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B3AB; }

 p { color: rgb(197,179,171); }

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

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

 a { background-color: rgb(197,179,171); }

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

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

 span { border-color: rgb(197,179,171); }

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