#CBB48B

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

Shades of Tan #CBB48B

Tints of Tan #CBB48B

Color information

#CBB48B (or 0xCBB48B) is unknown color: approx Tan. HEX triplet: CB, B4 and 8B. RGB value is (203,180,139). Sum of RGB (Red+Green+Blue) = 203+180+139=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB48B is #344B74. Grayscale: #B6B6B6. Windows color (decimal): -3427189 or 9155787. OLE color: 9155787.

HSL color Cylindrical-coordinate representation of color #CBB48B: hue angle of 38.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB48B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB203180139-
CMYK00.110.320.20
HSL38.44º38.1%67.06%-
HSV(B)38.44º31.53%79.61%-
XYZ45.6147.231.13-
YUV182.2103.62142.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=38.89%
G=34.48%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318013900.110.320.2038.4438.167.06
HexCBB48B0B2014262643
Octal31326421301340244646103
Binary11001011101101001000101101011100000101001001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB48B; }

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

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

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

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

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

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

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

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