#CCB5AB

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

Shades of Clam Shell #CCB5AB

Tints of Clam Shell #CCB5AB

Color information

#CCB5AB (or 0xCCB5AB) is unknown color: approx Clam Shell. HEX triplet: CC, B5 and AB. RGB value is (204,181,171). Sum of RGB (Red+Green+Blue) = 204+181+171=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AB is #334A54. Grayscale: #BABABA. Windows color (decimal): -3361365 or 11253196. OLE color: 11253196.

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

Color convert

RGB204181171-
CMYK00.110.160.2
HSL18.18º24.44%73.53%-
HSV(B)18.18º16.18%80%-
XYZ48.7848.8345.38-
YUV186.74119.12140.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=36.69%
G=32.55%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418117100.110.160.218.1824.4473.53
HexCCB5AB0B101412184a
Octal31426525301320242230112
Binary11001100101101011010101101011100001010010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5AB; }

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

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

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

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

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

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

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

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