#CBB291

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

Shades of Tan #CBB291

Tints of Tan #CBB291

Color information

#CBB291 (or 0xCBB291) is unknown color: approx Tan. HEX triplet: CB, B2 and 91. RGB value is (203,178,145). Sum of RGB (Red+Green+Blue) = 203+178+145=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB291 is #344D6E. Grayscale: #B5B5B5. Windows color (decimal): -3427695 or 9548491. OLE color: 9548491.

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

Color convert

RGB203178145-
CMYK00.120.290.20
HSL34.14º35.8%68.24%-
HSV(B)34.14º28.57%79.61%-
XYZ45.6646.5833.37-
YUV181.71107.28143.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=38.59%
G=33.84%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317814500.120.290.2034.1435.868.24
HexCBB2910C1D14222444
Octal31326222101435244244104
Binary1100101110110010100100010110011101101001000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB291; }

 p { color: rgb(203,178,145); }

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

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

 a { background-color: rgb(203,178,145); }

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

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

 span { border-color: rgb(203,178,145); }

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