#CAB6AE

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

Shades of Clam Shell #CAB6AE

Tints of Clam Shell #CAB6AE

Color information

#CAB6AE (or 0xCAB6AE) is unknown color: approx Clam Shell. HEX triplet: CA, B6 and AE. RGB value is (202,182,174). Sum of RGB (Red+Green+Blue) = 202+182+174=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6AE is #354951. Grayscale: #BBBBBB. Windows color (decimal): -3492178 or 11450058. OLE color: 11450058.

HSL color Cylindrical-coordinate representation of color #CAB6AE: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB6AE is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202182174-
CMYK00.100.140.21
HSL17.14º20.9%73.73%-
HSV(B)17.14º13.86%79.22%-
XYZ48.7349.0746.95-
YUV187.07120.63138.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=36.20%
G=32.62%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218217400.100.140.2117.1420.973.73
HexCAB6AE0AE1511154a
Octal31226625601216252125112
Binary1100101010110110101011100101011101010110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6AE; }

 p { color: rgb(202,182,174); }

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

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

 a { background-color: rgb(202,182,174); }

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

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

 span { border-color: rgb(202,182,174); }

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