#CAB0A9

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

Shades of Clam Shell #CAB0A9

Tints of Clam Shell #CAB0A9

Color information

#CAB0A9 (or 0xCAB0A9) is unknown color: approx Clam Shell. HEX triplet: CA, B0 and A9. RGB value is (202,176,169). Sum of RGB (Red+Green+Blue) = 202+176+169=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0A9 is #354F56. Grayscale: #B7B7B7. Windows color (decimal): -3493719 or 11120842. OLE color: 11120842.

HSL color Cylindrical-coordinate representation of color #CAB0A9: hue angle of 12.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB0A9 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202176169-
CMYK00.130.160.21
HSL12.73º23.74%72.75%-
HSV(B)12.73º16.34%79.22%-
XYZ47.0446.4744.03-
YUV182.98120.11141.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=36.93%
G=32.18%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217616900.130.160.2112.7323.7472.75
HexCAB0A90D1015d1849
Octal31226025101520251530111
Binary1100101010110000101010010110110000101011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0A9; }

 p { color: rgb(202,176,169); }

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

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

 a { background-color: rgb(202,176,169); }

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

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

 span { border-color: rgb(202,176,169); }

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