#CCB2AB

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

Shades of Clam Shell #CCB2AB

Tints of Clam Shell #CCB2AB

Color information

#CCB2AB (or 0xCCB2AB) is unknown color: approx Clam Shell. HEX triplet: CC, B2 and AB. RGB value is (204,178,171). Sum of RGB (Red+Green+Blue) = 204+178+171=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AB is #334D54. Grayscale: #B9B9B9. Windows color (decimal): -3362133 or 11252428. OLE color: 11252428.

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

Color convert

RGB204178171-
CMYK00.130.160.2
HSL12.73º24.44%73.53%-
HSV(B)12.73º16.18%80%-
XYZ48.1747.6245.18-
YUV184.98120.11141.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=36.89%
G=32.19%
B=30.92%

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
Decimal20417817100.130.160.212.7324.4473.53
HexCCB2AB0D1014d184a
Octal31426225301520241530112
Binary1100110010110010101010110110110000101001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2AB; }

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

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

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

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

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

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

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

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