#CBB18D

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

Shades of Tan #CBB18D

Tints of Tan #CBB18D

Color information

#CBB18D (or 0xCBB18D) is unknown color: approx Tan. HEX triplet: CB, B1 and 8D. RGB value is (203,177,141). Sum of RGB (Red+Green+Blue) = 203+177+141=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB18D is #344E72. Grayscale: #B4B4B4. Windows color (decimal): -3427955 or 9286091. OLE color: 9286091.

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

Color convert

RGB203177141-
CMYK00.130.310.20
HSL34.84º37.35%67.45%-
HSV(B)34.84º30.54%79.61%-
XYZ45.1646.0631.71-
YUV180.67105.61143.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=38.96%
G=33.97%
B=27.06%

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
Decimal20317714100.130.310.2034.8437.3567.45
HexCBB18D0D1F14232543
Octal31326121501537244345103
Binary1100101110110001100011010110111111101001000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB18D; }

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

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

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

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

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

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

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

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