#CBB28C

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

Shades of Tan #CBB28C

Tints of Tan #CBB28C

Color information

#CBB28C (or 0xCBB28C) is unknown color: approx Tan. HEX triplet: CB, B2 and 8C. RGB value is (203,178,140). Sum of RGB (Red+Green+Blue) = 203+178+140=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB28C is #344D73. Grayscale: #B5B5B5. Windows color (decimal): -3427700 or 9220811. OLE color: 9220811.

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

Color convert

RGB203178140-
CMYK00.120.310.20
HSL36.19º37.72%67.25%-
HSV(B)36.19º31.03%79.61%-
XYZ45.2846.4331.39-
YUV181.14104.78143.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=38.96%
G=34.17%
B=26.87%

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
Decimal20317814000.120.310.2036.1937.7267.25
HexCBB28C0C1F14242643
Octal31326221401437244446103
Binary1100101110110010100011000110011111101001001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB28C; }

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

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

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

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

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

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

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

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