#CBB6AA

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

Shades of Clam Shell #CBB6AA

Tints of Clam Shell #CBB6AA

Color information

#CBB6AA (or 0xCBB6AA) is unknown color: approx Clam Shell. HEX triplet: CB, B6 and AA. RGB value is (203,182,170). Sum of RGB (Red+Green+Blue) = 203+182+170=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6AA is #344955. Grayscale: #BABABA. Windows color (decimal): -3426646 or 11187915. OLE color: 11187915.

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

Color convert

RGB203182170-
CMYK00.100.160.20
HSL21.82º24.09%73.14%-
HSV(B)21.82º16.26%79.61%-
XYZ48.6149.0544.94-
YUV186.91118.46139.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=36.58%
G=32.79%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318217000.100.160.2021.8224.0973.14
HexCBB6AA0A1014161849
Octal31326625201220242630111
Binary11001011101101101010101001010100001010010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6AA; }

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

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

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

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

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

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

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

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