#CBB58E

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

Shades of Tan #CBB58E

Tints of Tan #CBB58E

Color information

#CBB58E (or 0xCBB58E) is unknown color: approx Tan. HEX triplet: CB, B5 and 8E. RGB value is (203,181,142). Sum of RGB (Red+Green+Blue) = 203+181+142=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB58E is #344A71. Grayscale: #B7B7B7. Windows color (decimal): -3426930 or 9352651. OLE color: 9352651.

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

Color convert

RGB203181142-
CMYK00.110.300.20
HSL38.36º36.97%67.65%-
HSV(B)38.36º30.05%79.61%-
XYZ46.0347.732.37-
YUV183.13104.79142.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 181 (71.09% from 255) = 34.41%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=38.59%
G=34.41%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318114200.110.300.2038.3636.9767.65
HexCBB58E0B1E14262544
Octal31326521601336244645104
Binary1100101110110101100011100101111110101001001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB58E; }

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

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

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

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

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

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

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

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