#CBB4AA

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

Shades of Clam Shell #CBB4AA

Tints of Clam Shell #CBB4AA

Color information

#CBB4AA (or 0xCBB4AA) is unknown color: approx Clam Shell. HEX triplet: CB, B4 and AA. RGB value is (203,180,170). Sum of RGB (Red+Green+Blue) = 203+180+170=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB4AA is #344B55. Grayscale: #B9B9B9. Windows color (decimal): -3427158 or 11187403. OLE color: 11187403.

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

Color convert

RGB203180170-
CMYK00.110.160.20
HSL18.18º24.09%73.14%-
HSV(B)18.18º16.26%79.61%-
XYZ48.2148.2444.8-
YUV185.74119.12140.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=36.71%
G=32.55%
B=30.74%

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
Decimal20318017000.110.160.2018.1824.0973.14
HexCBB4AA0B1014121849
Octal31326425201320242230111
Binary11001011101101001010101001011100001010010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4AA; }

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

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

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

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

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

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

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

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