#CBB1AB

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

Shades of Clam Shell #CBB1AB

Tints of Clam Shell #CBB1AB

Color information

#CBB1AB (or 0xCBB1AB) is unknown color: approx Clam Shell. HEX triplet: CB, B1 and AB. RGB value is (203,177,171). Sum of RGB (Red+Green+Blue) = 203+177+171=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1AB is #344E54. Grayscale: #B8B8B8. Windows color (decimal): -3427925 or 11252171. OLE color: 11252171.

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

Color convert

RGB203177171-
CMYK00.130.160.20
HSL11.25º23.53%73.33%-
HSV(B)11.25º15.76%79.61%-
XYZ47.747.0845.1-
YUV184.09120.61141.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=36.84%
G=32.12%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317717100.130.160.2011.2523.5373.33
HexCBB1AB0D1014b1849
Octal31326125301520241330111
Binary1100101110110001101010110110110000101001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1AB; }

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

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

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

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

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

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

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

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