#CBB18C

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

Shades of Tan #CBB18C

Tints of Tan #CBB18C

Color information

#CBB18C (or 0xCBB18C) is unknown color: approx Tan. HEX triplet: CB, B1 and 8C. RGB value is (203,177,140). Sum of RGB (Red+Green+Blue) = 203+177+140=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB18C is #344E73. Grayscale: #B4B4B4. Windows color (decimal): -3427956 or 9220555. OLE color: 9220555.

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

Color convert

RGB203177140-
CMYK00.130.310.20
HSL35.24º37.72%67.25%-
HSV(B)35.24º31.03%79.61%-
XYZ45.0846.0331.32-
YUV180.56105.11144.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=39.04%
G=34.04%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317714000.130.310.2035.2437.7267.25
HexCBB18C0D1F14232643
Octal31326121401537244346103
Binary1100101110110001100011000110111111101001000111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB18C; }

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

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

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

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

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

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

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

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