#CBB3AB

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

Shades of Clam Shell #CBB3AB

Tints of Clam Shell #CBB3AB

Color information

#CBB3AB (or 0xCBB3AB) is unknown color: approx Clam Shell. HEX triplet: CB, B3 and AB. RGB value is (203,179,171). Sum of RGB (Red+Green+Blue) = 203+179+171=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3AB is #344C54. Grayscale: #B9B9B9. Windows color (decimal): -3427413 or 11252683. OLE color: 11252683.

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

Color convert

RGB203179171-
CMYK00.120.160.20
HSL15º23.53%73.33%-
HSV(B)15º15.76%79.61%-
XYZ48.147.8845.23-
YUV185.26119.95140.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=36.71%
G=32.37%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317917100.120.160.201523.5373.33
HexCBB3AB0C1014f1849
Octal31326325301420241730111
Binary1100101110110011101010110110010000101001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3AB; }

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

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

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

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

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

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

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

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