#CBB186

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

Shades of Tan #CBB186

Tints of Tan #CBB186

Color information

#CBB186 (or 0xCBB186) is unknown color: approx Tan. HEX triplet: CB, B1 and 86. RGB value is (203,177,134). Sum of RGB (Red+Green+Blue) = 203+177+134=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB186 is #344E79. Grayscale: #B4B4B4. Windows color (decimal): -3427962 or 8827339. OLE color: 8827339.

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

Color convert

RGB203177134-
CMYK00.130.340.20
HSL37.39º39.88%66.08%-
HSV(B)37.39º33.99%79.61%-
XYZ44.6545.8629.05-
YUV179.87102.11144.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=39.49%
G=34.44%
B=26.07%

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
Decimal20317713400.130.340.2037.3939.8866.08
HexCBB1860D2214252842
Octal31326120601542244550102
Binary11001011101100011000011001101100010101001001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB186; }

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

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

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

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

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

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

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

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