#CAB6AD

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

Shades of Clam Shell #CAB6AD

Tints of Clam Shell #CAB6AD

Color information

#CAB6AD (or 0xCAB6AD) is unknown color: approx Clam Shell. HEX triplet: CA, B6 and AD. RGB value is (202,182,173). Sum of RGB (Red+Green+Blue) = 202+182+173=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6AD is #354952. Grayscale: #BBBBBB. Windows color (decimal): -3492179 or 11384522. OLE color: 11384522.

HSL color Cylindrical-coordinate representation of color #CAB6AD: hue angle of 18.62º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB6AD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202182173-
CMYK00.100.140.21
HSL18.62º21.48%73.53%-
HSV(B)18.62º14.36%79.22%-
XYZ48.6349.0346.44-
YUV186.95120.13138.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=36.27%
G=32.68%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218217300.100.140.2118.6221.4873.53
HexCAB6AD0AE1513154a
Octal31226625501216252325112
Binary1100101010110110101011010101011101010110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6AD; }

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

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

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

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

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

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

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

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