#CBB086

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

Shades of Tan #CBB086

Tints of Tan #CBB086

Color information

#CBB086 (or 0xCBB086) is unknown color: approx Tan. HEX triplet: CB, B0 and 86. RGB value is (203,176,134). Sum of RGB (Red+Green+Blue) = 203+176+134=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB086 is #344F79. Grayscale: #B3B3B3. Windows color (decimal): -3428218 or 8827083. OLE color: 8827083.

HSL color Cylindrical-coordinate representation of color #CBB086: hue angle of 36.52º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBB086 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203176134-
CMYK00.130.340.20
HSL36.52º39.88%66.08%-
HSV(B)36.52º33.99%79.61%-
XYZ44.4645.4728.99-
YUV179.28102.45144.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=39.57%
G=34.31%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317613400.130.340.2036.5239.8866.08
HexCBB0860D2214252842
Octal31326020601542244550102
Binary11001011101100001000011001101100010101001001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB086; }

 p { color: rgb(203,176,134); }

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

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

 a { background-color: rgb(203,176,134); }

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

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

 span { border-color: rgb(203,176,134); }

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