#CAB3AA

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

Shades of Clam Shell #CAB3AA

Tints of Clam Shell #CAB3AA

Color information

#CAB3AA (or 0xCAB3AA) is unknown color: approx Clam Shell. HEX triplet: CA, B3 and AA. RGB value is (202,179,170). Sum of RGB (Red+Green+Blue) = 202+179+170=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB3AA is #354C55. Grayscale: #B8B8B8. Windows color (decimal): -3492950 or 11187146. OLE color: 11187146.

HSL color Cylindrical-coordinate representation of color #CAB3AA: hue angle of 16.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB3AA is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202179170-
CMYK00.110.160.21
HSL16.88º23.19%72.94%-
HSV(B)16.88º15.84%79.22%-
XYZ47.7347.744.72-
YUV184.85119.62140.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=36.66%
G=32.49%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217917000.110.160.2116.8823.1972.94
HexCAB3AA0B1015111749
Octal31226325201320252127111
Binary11001010101100111010101001011100001010110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3AA; }

 p { color: rgb(202,179,170); }

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

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

 a { background-color: rgb(202,179,170); }

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

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

 span { border-color: rgb(202,179,170); }

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