#CCB1AB

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

Shades of Clam Shell #CCB1AB

Tints of Clam Shell #CCB1AB

Color information

#CCB1AB (or 0xCCB1AB) is unknown color: approx Clam Shell. HEX triplet: CC, B1 and AB. RGB value is (204,177,171). Sum of RGB (Red+Green+Blue) = 204+177+171=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1AB is #334E54. Grayscale: #B8B8B8. Windows color (decimal): -3362389 or 11252172. OLE color: 11252172.

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

Color convert

RGB204177171-
CMYK00.130.160.2
HSL10.91º24.44%73.53%-
HSV(B)10.91º16.18%80%-
XYZ47.9747.2245.11-
YUV184.39120.45141.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=36.96%
G=32.07%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417717100.130.160.210.9124.4473.53
HexCCB1AB0D1014b184a
Octal31426125301520241330112
Binary1100110010110001101010110110110000101001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1AB; }

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

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

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

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

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

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

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

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