#CAB0AA

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

Shades of Clam Shell #CAB0AA

Tints of Clam Shell #CAB0AA

Color information

#CAB0AA (or 0xCAB0AA) is unknown color: approx Clam Shell. HEX triplet: CA, B0 and AA. RGB value is (202,176,170). Sum of RGB (Red+Green+Blue) = 202+176+170=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0AA is #354F55. Grayscale: #B7B7B7. Windows color (decimal): -3493718 or 11186378. OLE color: 11186378.

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

Color convert

RGB202176170-
CMYK00.130.160.21
HSL11.25º23.19%72.94%-
HSV(B)11.25º15.84%79.22%-
XYZ47.1446.5144.52-
YUV183.09120.61141.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=36.86%
G=32.12%
B=31.02%

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
Decimal20217617000.130.160.2111.2523.1972.94
HexCAB0AA0D1015b1749
Octal31226025201520251327111
Binary1100101010110000101010100110110000101011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0AA; }

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

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

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

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

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

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

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

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