#C6B5AE

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

Shades of Clam Shell #C6B5AE

Tints of Clam Shell #C6B5AE

Color information

#C6B5AE (or 0xC6B5AE) is unknown color: approx Clam Shell. HEX triplet: C6, B5 and AE. RGB value is (198,181,174). Sum of RGB (Red+Green+Blue) = 198+181+174=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B5AE is #394A51. Grayscale: #B9B9B9. Windows color (decimal): -3754578 or 11449798. OLE color: 11449798.

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

Color convert

RGB198181174-
CMYK00.090.120.22
HSL17.5º17.39%72.94%-
HSV(B)17.5º12.12%77.65%-
XYZ47.4548.1146.83-
YUV185.29121.63137.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=35.80%
G=32.73%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818117400.090.120.2217.517.3972.94
HexC6B5AE09C16121149
Octal30626525601114262221111
Binary1100011010110101101011100100111001011010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B5AE; }

 p { color: rgb(198,181,174); }

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

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

 a { background-color: rgb(198,181,174); }

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

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

 span { border-color: rgb(198,181,174); }

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