#CBB48F

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

Shades of Tan #CBB48F

Tints of Tan #CBB48F

Color information

#CBB48F (or 0xCBB48F) is unknown color: approx Tan. HEX triplet: CB, B4 and 8F. RGB value is (203,180,143). Sum of RGB (Red+Green+Blue) = 203+180+143=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB48F is #344B70. Grayscale: #B6B6B6. Windows color (decimal): -3427185 or 9417931. OLE color: 9417931.

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

Color convert

RGB203180143-
CMYK00.110.300.20
HSL37º36.59%67.84%-
HSV(B)37º29.56%79.61%-
XYZ45.9147.3232.7-
YUV182.66105.62142.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=38.59%
G=34.22%
B=27.19%

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
Decimal20318014300.110.300.203736.5967.84
HexCBB48F0B1E14252544
Octal31326421701336244545104
Binary1100101110110100100011110101111110101001001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB48F; }

 p { color: rgb(203,180,143); }

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

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

 a { background-color: rgb(203,180,143); }

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

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

 span { border-color: rgb(203,180,143); }

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