#CBB2AA

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

Shades of Clam Shell #CBB2AA

Tints of Clam Shell #CBB2AA

Color information

#CBB2AA (or 0xCBB2AA) is unknown color: approx Clam Shell. HEX triplet: CB, B2 and AA. RGB value is (203,178,170). Sum of RGB (Red+Green+Blue) = 203+178+170=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB2AA is #344D55. Grayscale: #B8B8B8. Windows color (decimal): -3427670 or 11186891. OLE color: 11186891.

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

Color convert

RGB203178170-
CMYK00.120.160.20
HSL14.55º24.09%73.14%-
HSV(B)14.55º16.26%79.61%-
XYZ47.847.4444.67-
YUV184.56119.78141.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=36.84%
G=32.30%
B=30.85%

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
Decimal20317817000.120.160.2014.5524.0973.14
HexCBB2AA0C1014f1849
Octal31326225201420241730111
Binary1100101110110010101010100110010000101001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2AA; }

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

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

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

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

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

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

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

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