#CAB4A9

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

Shades of Clam Shell #CAB4A9

Tints of Clam Shell #CAB4A9

Color information

#CAB4A9 (or 0xCAB4A9) is unknown color: approx Clam Shell. HEX triplet: CA, B4 and A9. RGB value is (202,180,169). Sum of RGB (Red+Green+Blue) = 202+180+169=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4A9 is #354B56. Grayscale: #B9B9B9. Windows color (decimal): -3492695 or 11121866. OLE color: 11121866.

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

Color convert

RGB202180169-
CMYK00.110.160.21
HSL20º23.74%72.75%-
HSV(B)20º16.34%79.22%-
XYZ47.8448.0644.29-
YUV185.32118.79139.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 169 (66.41% from 255) = 30.67%
R=36.66%
G=32.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218016900.110.160.212023.7472.75
HexCAB4A90B1015141849
Octal31226425101320252430111
Binary11001010101101001010100101011100001010110100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4A9; }

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

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

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

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

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

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

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

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