#CAB1A3

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

Shades of Clam Shell #CAB1A3

Tints of Clam Shell #CAB1A3

Color information

#CAB1A3 (or 0xCAB1A3) is unknown color: approx Clam Shell. HEX triplet: CA, B1 and A3. RGB value is (202,177,163). Sum of RGB (Red+Green+Blue) = 202+177+163=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB1A3 is #354E5C. Grayscale: #B6B6B6. Windows color (decimal): -3493469 or 10727882. OLE color: 10727882.

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

Color convert

RGB202177163-
CMYK00.120.190.21
HSL21.54º26.9%71.57%-
HSV(B)21.54º19.31%79.22%-
XYZ46.6946.6541.19-
YUV182.88116.78141.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=37.27%
G=32.66%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217716300.120.190.2121.5426.971.57
HexCAB1A30C1315161b48
Octal31226124301423252633110
Binary11001010101100011010001101100100111010110110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1A3; }

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

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

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

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

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

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

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

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