#CBB5AA

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

Shades of Clam Shell #CBB5AA

Tints of Clam Shell #CBB5AA

Color information

#CBB5AA (or 0xCBB5AA) is unknown color: approx Clam Shell. HEX triplet: CB, B5 and AA. RGB value is (203,181,170). Sum of RGB (Red+Green+Blue) = 203+181+170=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AA is #344A55. Grayscale: #BABABA. Windows color (decimal): -3426902 or 11187659. OLE color: 11187659.

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

Color convert

RGB203181170-
CMYK00.110.160.20
HSL20º24.09%73.14%-
HSV(B)20º16.26%79.61%-
XYZ48.4148.6544.87-
YUV186.32118.79139.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 181 (71.09% from 255) = 32.67%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=36.64%
G=32.67%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318117000.110.160.202024.0973.14
HexCBB5AA0B1014141849
Octal31326525201320242430111
Binary11001011101101011010101001011100001010010100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5AA; }

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

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

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

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

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

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

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

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