#CBB085

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

Shades of Tan #CBB085

Tints of Tan #CBB085

Color information

#CBB085 (or 0xCBB085) is unknown color: approx Tan. HEX triplet: CB, B0 and 85. RGB value is (203,176,133). Sum of RGB (Red+Green+Blue) = 203+176+133=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB085 is #344F7A. Grayscale: #B3B3B3. Windows color (decimal): -3428219 or 8761547. OLE color: 8761547.

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

Color convert

RGB203176133-
CMYK00.130.340.20
HSL36.86º40.23%65.88%-
HSV(B)36.86º34.48%79.61%-
XYZ44.3945.4428.62-
YUV179.17101.95145-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=39.65%
G=34.38%
B=25.98%

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
Decimal20317613300.130.340.2036.8640.2365.88
HexCBB0850D2214252842
Octal31326020501542244550102
Binary11001011101100001000010101101100010101001001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB085; }

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

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

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

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

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

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

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

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