#CBB185

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

Shades of Tan #CBB185

Tints of Tan #CBB185

Color information

#CBB185 (or 0xCBB185) is unknown color: approx Tan. HEX triplet: CB, B1 and 85. RGB value is (203,177,133). Sum of RGB (Red+Green+Blue) = 203+177+133=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB185 is #344E7A. Grayscale: #B3B3B3. Windows color (decimal): -3427963 or 8761803. OLE color: 8761803.

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

Color convert

RGB203177133-
CMYK00.130.340.20
HSL37.71º40.23%65.88%-
HSV(B)37.71º34.48%79.61%-
XYZ44.5845.8328.69-
YUV179.76101.61144.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=39.57%
G=34.50%
B=25.93%

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
Decimal20317713300.130.340.2037.7140.2365.88
HexCBB1850D2214262842
Octal31326120501542244650102
Binary11001011101100011000010101101100010101001001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB185; }

 p { color: rgb(203,177,133); }

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

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

 a { background-color: rgb(203,177,133); }

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

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

 span { border-color: rgb(203,177,133); }

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