#CBB38D

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

Shades of Tan #CBB38D

Tints of Tan #CBB38D

Color information

#CBB38D (or 0xCBB38D) is unknown color: approx Tan. HEX triplet: CB, B3 and 8D. RGB value is (203,179,141). Sum of RGB (Red+Green+Blue) = 203+179+141=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB38D is #344C72. Grayscale: #B6B6B6. Windows color (decimal): -3427443 or 9286603. OLE color: 9286603.

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

Color convert

RGB203179141-
CMYK00.120.310.20
HSL36.77º37.35%67.45%-
HSV(B)36.77º30.54%79.61%-
XYZ45.5646.8631.84-
YUV181.84104.95143.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=38.81%
G=34.23%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317914100.120.310.2036.7737.3567.45
HexCBB38D0C1F14252543
Octal31326321501437244545103
Binary1100101110110011100011010110011111101001001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB38D; }

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

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

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

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

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

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

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

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