#CBB48C

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

Shades of Tan #CBB48C

Tints of Tan #CBB48C

Color information

#CBB48C (or 0xCBB48C) is unknown color: approx Tan. HEX triplet: CB, B4 and 8C. RGB value is (203,180,140). Sum of RGB (Red+Green+Blue) = 203+180+140=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB48C is #344B73. Grayscale: #B6B6B6. Windows color (decimal): -3427188 or 9221323. OLE color: 9221323.

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

Color convert

RGB203180140-
CMYK00.110.310.20
HSL38.1º37.72%67.25%-
HSV(B)38.1º31.03%79.61%-
XYZ45.6847.2331.52-
YUV182.32104.12142.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=38.81%
G=34.42%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318014000.110.310.2038.137.7267.25
HexCBB48C0B1F14262643
Octal31326421401337244646103
Binary1100101110110100100011000101111111101001001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB48C; }

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

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

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

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

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

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

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

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