#CAB6AC

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

Shades of Clam Shell #CAB6AC

Tints of Clam Shell #CAB6AC

Color information

#CAB6AC (or 0xCAB6AC) is unknown color: approx Clam Shell. HEX triplet: CA, B6 and AC. RGB value is (202,182,172). Sum of RGB (Red+Green+Blue) = 202+182+172=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6AC is #354953. Grayscale: #BABABA. Windows color (decimal): -3492180 or 11318986. OLE color: 11318986.

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

Color convert

RGB202182172-
CMYK00.100.150.21
HSL20º22.06%73.33%-
HSV(B)20º14.85%79.22%-
XYZ48.5348.9945.93-
YUV186.84119.63138.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=36.33%
G=32.73%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218217200.100.150.212022.0673.33
HexCAB6AC0AF15141649
Octal31226625401217252426111
Binary1100101010110110101011000101011111010110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6AC; }

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

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

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

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

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

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

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

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