#CAB4AB

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

Shades of Clam Shell #CAB4AB

Tints of Clam Shell #CAB4AB

Color information

#CAB4AB (or 0xCAB4AB) is unknown color: approx Clam Shell. HEX triplet: CA, B4 and AB. RGB value is (202,180,171). Sum of RGB (Red+Green+Blue) = 202+180+171=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4AB is #354B54. Grayscale: #B9B9B9. Windows color (decimal): -3492693 or 11252938. OLE color: 11252938.

HSL color Cylindrical-coordinate representation of color #CAB4AB: hue angle of 17.42º 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 #CAB4AB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202180171-
CMYK00.110.150.21
HSL17.42º22.63%73.14%-
HSV(B)17.42º15.35%79.22%-
XYZ48.0348.1445.29-
YUV185.55119.79139.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=36.53%
G=32.55%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218017100.110.150.2117.4222.6373.14
HexCAB4AB0BF15111749
Octal31226425301317252127111
Binary1100101010110100101010110101111111010110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4AB; }

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

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

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

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

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

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

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

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