#CAB1AB

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

Shades of Clam Shell #CAB1AB

Tints of Clam Shell #CAB1AB

Color information

#CAB1AB (or 0xCAB1AB) is unknown color: approx Clam Shell. HEX triplet: CA, B1 and AB. RGB value is (202,177,171). Sum of RGB (Red+Green+Blue) = 202+177+171=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1AB is #354E54. Grayscale: #B7B7B7. Windows color (decimal): -3493461 or 11252170. OLE color: 11252170.

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

Color convert

RGB202177171-
CMYK00.120.150.21
HSL11.61º22.63%73.14%-
HSV(B)11.61º15.35%79.22%-
XYZ47.4346.9445.09-
YUV183.79120.78140.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=36.73%
G=32.18%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217717100.120.150.2111.6122.6373.14
HexCAB1AB0CF15c1749
Octal31226125301417251427111
Binary110010101011000110101011011001111101011100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1AB; }

 p { color: rgb(202,177,171); }

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

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

 a { background-color: rgb(202,177,171); }

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

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

 span { border-color: rgb(202,177,171); }

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