#CCB3AB

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

Shades of Clam Shell #CCB3AB

Tints of Clam Shell #CCB3AB

Color information

#CCB3AB (or 0xCCB3AB) is unknown color: approx Clam Shell. HEX triplet: CC, B3 and AB. RGB value is (204,179,171). Sum of RGB (Red+Green+Blue) = 204+179+171=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AB is #334C54. Grayscale: #B9B9B9. Windows color (decimal): -3361877 or 11252684. OLE color: 11252684.

HSL color Cylindrical-coordinate representation of color #CCB3AB: hue angle of 14.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB3AB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204179171-
CMYK00.120.160.2
HSL14.55º24.44%73.53%-
HSV(B)14.55º16.18%80%-
XYZ48.3748.0245.25-
YUV185.56119.78141.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=36.82%
G=32.31%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417917100.120.160.214.5524.4473.53
HexCCB3AB0C1014f184a
Octal31426325301420241730112
Binary1100110010110011101010110110010000101001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3AB; }

 p { color: rgb(204,179,171); }

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

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

 a { background-color: rgb(204,179,171); }

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

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

 span { border-color: rgb(204,179,171); }

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