#CBB6AB

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

Shades of Clam Shell #CBB6AB

Tints of Clam Shell #CBB6AB

Color information

#CBB6AB (or 0xCBB6AB) is unknown color: approx Clam Shell. HEX triplet: CB, B6 and AB. RGB value is (203,182,171). Sum of RGB (Red+Green+Blue) = 203+182+171=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6AB is #344954. Grayscale: #BBBBBB. Windows color (decimal): -3426645 or 11253451. OLE color: 11253451.

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

Color convert

RGB203182171-
CMYK00.100.160.20
HSL20.63º23.53%73.33%-
HSV(B)20.63º15.76%79.61%-
XYZ48.7149.0945.44-
YUV187.02118.96139.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=36.51%
G=32.73%
B=30.76%

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
Decimal20318217100.100.160.2020.6323.5373.33
HexCBB6AB0A1014151849
Octal31326625301220242530111
Binary11001011101101101010101101010100001010010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6AB; }

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

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

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

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

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

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

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

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