#CBB5AC

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

Shades of Clam Shell #CBB5AC

Tints of Clam Shell #CBB5AC

Color information

#CBB5AC (or 0xCBB5AC) is unknown color: approx Clam Shell. HEX triplet: CB, B5 and AC. RGB value is (203,181,172). Sum of RGB (Red+Green+Blue) = 203+181+172=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AC is #344A53. Grayscale: #BABABA. Windows color (decimal): -3426900 or 11318731. OLE color: 11318731.

HSL color Cylindrical-coordinate representation of color #CBB5AC: hue angle of 17.42º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB5AC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203181172-
CMYK00.110.150.20
HSL17.42º22.96%73.53%-
HSV(B)17.42º15.27%79.61%-
XYZ48.648.7245.87-
YUV186.55119.79139.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=36.51%
G=32.55%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318117200.110.150.2017.4222.9673.53
HexCBB5AC0BF1411174a
Octal31326525401317242127112
Binary1100101110110101101011000101111111010010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5AC; }

 p { color: rgb(203,181,172); }

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

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

 a { background-color: rgb(203,181,172); }

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

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

 span { border-color: rgb(203,181,172); }

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