#CBB88E

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

Shades of Tan #CBB88E

Tints of Tan #CBB88E

Color information

#CBB88E (or 0xCBB88E) is unknown color: approx Tan. HEX triplet: CB, B8 and 8E. RGB value is (203,184,142). Sum of RGB (Red+Green+Blue) = 203+184+142=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB88E is #344771. Grayscale: #B9B9B9. Windows color (decimal): -3426162 or 9353419. OLE color: 9353419.

HSL color Cylindrical-coordinate representation of color #CBB88E: hue angle of 41.31º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB88E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203184142-
CMYK00.090.300.20
HSL41.31º36.97%67.65%-
HSV(B)41.31º30.05%79.61%-
XYZ46.6548.9332.58-
YUV184.89103.79140.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=38.37%
G=34.78%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318414200.090.300.2041.3136.9767.65
HexCBB88E091E14292544
Octal31327021601136245145104
Binary1100101110111000100011100100111110101001010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB88E; }

 p { color: rgb(203,184,142); }

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

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

 a { background-color: rgb(203,184,142); }

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

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

 span { border-color: rgb(203,184,142); }

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