#CAB5AA

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

Shades of Clam Shell #CAB5AA

Tints of Clam Shell #CAB5AA

Color information

#CAB5AA (or 0xCAB5AA) is unknown color: approx Clam Shell. HEX triplet: CA, B5 and AA. RGB value is (202,181,170). Sum of RGB (Red+Green+Blue) = 202+181+170=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB5AA is #354A55. Grayscale: #BABABA. Windows color (decimal): -3492438 or 11187658. OLE color: 11187658.

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

Color convert

RGB202181170-
CMYK00.100.160.21
HSL20.63º23.19%72.94%-
HSV(B)20.63º15.84%79.22%-
XYZ48.1448.5144.86-
YUV186.02118.96139.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=36.53%
G=32.73%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218117000.100.160.2120.6323.1972.94
HexCAB5AA0A1015151749
Octal31226525201220252527111
Binary11001010101101011010101001010100001010110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5AA; }

 p { color: rgb(202,181,170); }

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

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

 a { background-color: rgb(202,181,170); }

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

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

 span { border-color: rgb(202,181,170); }

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