#CBB890

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

Shades of Tan #CBB890

Tints of Tan #CBB890

Color information

#CBB890 (or 0xCBB890) is unknown color: approx Tan. HEX triplet: CB, B8 and 90. RGB value is (203,184,144). Sum of RGB (Red+Green+Blue) = 203+184+144=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB890 is #34476F. Grayscale: #B9B9B9. Windows color (decimal): -3426160 or 9484491. OLE color: 9484491.

HSL color Cylindrical-coordinate representation of color #CBB890: hue angle of 40.68º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBB890 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203184144-
CMYK00.090.290.20
HSL40.68º36.2%68.04%-
HSV(B)40.68º29.06%79.61%-
XYZ46.848.9933.38-
YUV185.12104.79140.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=38.23%
G=34.65%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318414400.090.290.2040.6836.268.04
HexCBB890091D14292444
Octal31327022001135245144104
Binary1100101110111000100100000100111101101001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB890; }

 p { color: rgb(203,184,144); }

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

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

 a { background-color: rgb(203,184,144); }

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

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

 span { border-color: rgb(203,184,144); }

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