#CAB2AB

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

Shades of Clam Shell #CAB2AB

Tints of Clam Shell #CAB2AB

Color information

#CAB2AB (or 0xCAB2AB) is unknown color: approx Clam Shell. HEX triplet: CA, B2 and AB. RGB value is (202,178,171). Sum of RGB (Red+Green+Blue) = 202+178+171=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2AB is #354D54. Grayscale: #B8B8B8. Windows color (decimal): -3493205 or 11252426. OLE color: 11252426.

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

Color convert

RGB202178171-
CMYK00.120.150.21
HSL13.55º22.63%73.14%-
HSV(B)13.55º15.35%79.22%-
XYZ47.6347.3445.15-
YUV184.38120.45140.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=36.66%
G=32.30%
B=31.03%

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
Decimal20217817100.120.150.2113.5522.6373.14
HexCAB2AB0CF15e1749
Octal31226225301417251627111
Binary110010101011001010101011011001111101011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2AB; }

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

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

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

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

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

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

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

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