#CAB6AA

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

Shades of Clam Shell #CAB6AA

Tints of Clam Shell #CAB6AA

Color information

#CAB6AA (or 0xCAB6AA) is unknown color: approx Clam Shell. HEX triplet: CA, B6 and AA. RGB value is (202,182,170). Sum of RGB (Red+Green+Blue) = 202+182+170=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6AA is #354955. Grayscale: #BABABA. Windows color (decimal): -3492182 or 11187914. OLE color: 11187914.

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

Color convert

RGB202182170-
CMYK00.100.160.21
HSL22.5º23.19%72.94%-
HSV(B)22.5º15.84%79.22%-
XYZ48.3448.9144.92-
YUV186.61118.63138.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=36.46%
G=32.85%
B=30.69%

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
Decimal20218217000.100.160.2122.523.1972.94
HexCAB6AA0A1015171749
Octal31226625201220252727111
Binary11001010101101101010101001010100001010110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6AA; }

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

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

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

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

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

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

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

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