#C8B6AD

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

Shades of Clam Shell #C8B6AD

Tints of Clam Shell #C8B6AD

Color information

#C8B6AD (or 0xC8B6AD) is unknown color: approx Clam Shell. HEX triplet: C8, B6 and AD. RGB value is (200,182,173). Sum of RGB (Red+Green+Blue) = 200+182+173=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B6AD is #374952. Grayscale: #BABABA. Windows color (decimal): -3623251 or 11384520. OLE color: 11384520.

HSL color Cylindrical-coordinate representation of color #C8B6AD: hue angle of 20º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B6AD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200182173-
CMYK00.090.140.22
HSL20º19.71%73.14%-
HSV(B)20º13.5%78.43%-
XYZ48.0948.7546.41-
YUV186.36120.46137.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=36.04%
G=32.79%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018217300.090.140.222019.7173.14
HexC8B6AD09E16141449
Octal31026625501116262424111
Binary1100100010110110101011010100111101011010100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B6AD; }

 p { color: rgb(200,182,173); }

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

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

 a { background-color: rgb(200,182,173); }

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

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

 span { border-color: rgb(200,182,173); }

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