#c9b28e

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

Shades of Tan #C9B28E

Tints of Tan #C9B28E

Color information

#C9B28E (or 0xC9B28E) is unknown color: approx Tan. HEX triplet: C9, B2 and 8E. RGB value is (201,178,142). Sum of RGB (Red+Green+Blue) = 201+178+142=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B28E is #364D71. Grayscale: #B4B4B4. Windows color (decimal): -3558770 or 9351881. OLE color: 9351881.

HSL color Cylindrical-coordinate representation of color #C9B28E: hue angle of 36.61º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B28E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201178142-
CMYK00.110.290.21
HSL36.61º35.33%67.25%-
HSV(B)36.61º29.35%78.82%-
XYZ44.8946.2132.14-
YUV180.77106.12142.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=38.58%
G=34.17%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117814200.110.290.2136.6135.3367.25
HexC9B28E0B1D15252343
Octal31126221601335254543103
Binary1100100110110010100011100101111101101011001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b28e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b28e; }

 p { color: rgb(201,178,142); }

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

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

 a { background-color: rgb(201,178,142); }

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

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

 span { border-color: rgb(201,178,142); }

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