#CBB5AD

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

Shades of Clam Shell #CBB5AD

Tints of Clam Shell #CBB5AD

Color information

#CBB5AD (or 0xCBB5AD) is unknown color: approx Clam Shell. HEX triplet: CB, B5 and AD. RGB value is (203,181,173). Sum of RGB (Red+Green+Blue) = 203+181+173=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AD is #344A52. Grayscale: #BABABA. Windows color (decimal): -3426899 or 11384267. OLE color: 11384267.

HSL color Cylindrical-coordinate representation of color #CBB5AD: hue angle of 16º degrees, saturation: 0.22, 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 #CBB5AD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203181173-
CMYK00.110.150.20
HSL16º22.39%73.73%-
HSV(B)16º14.78%79.61%-
XYZ48.748.7646.38-
YUV186.67120.29139.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=36.45%
G=32.50%
B=31.06%

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
Decimal20318117300.110.150.201622.3973.73
HexCBB5AD0BF1410164a
Octal31326525501317242026112
Binary1100101110110101101011010101111111010010000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5AD; }

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

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

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

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

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

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

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

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