#CBB28E

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

Shades of Tan #CBB28E

Tints of Tan #CBB28E

Color information

#CBB28E (or 0xCBB28E) is unknown color: approx Tan. HEX triplet: CB, B2 and 8E. RGB value is (203,178,142). Sum of RGB (Red+Green+Blue) = 203+178+142=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB28E is #344D71. Grayscale: #B5B5B5. Windows color (decimal): -3427698 or 9351883. OLE color: 9351883.

HSL color Cylindrical-coordinate representation of color #CBB28E: hue angle of 35.41º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB28E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203178142-
CMYK00.120.300.20
HSL35.41º36.97%67.65%-
HSV(B)35.41º30.05%79.61%-
XYZ45.4346.4932.17-
YUV181.37105.78143.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=38.81%
G=34.03%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317814200.120.300.2035.4136.9767.65
HexCBB28E0C1E14232544
Octal31326221601436244345104
Binary1100101110110010100011100110011110101001000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB28E; }

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

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

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

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

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

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

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

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