#C9AD8A

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

Shades of Tan #C9AD8A

Tints of Tan #C9AD8A

Color information

#C9AD8A (or 0xC9AD8A) is unknown color: approx Tan. HEX triplet: C9, AD and 8A. RGB value is (201,173,138). Sum of RGB (Red+Green+Blue) = 201+173+138=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD8A is #365275. Grayscale: #B1B1B1. Windows color (decimal): -3560054 or 9088457. OLE color: 9088457.

HSL color Cylindrical-coordinate representation of color #C9AD8A: hue angle of 33.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AD8A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201173138-
CMYK00.140.310.21
HSL33.33º36.84%66.47%-
HSV(B)33.33º31.34%78.82%-
XYZ43.6244.1430.27-
YUV177.38105.78144.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=39.26%
G=33.79%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117313800.140.310.2133.3336.8466.47
HexC9AD8A0E1F15212542
Octal31125521201637254145102
Binary1100100110101101100010100111011111101011000011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD8A; }

 p { color: rgb(201,173,138); }

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

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

 a { background-color: rgb(201,173,138); }

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

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

 span { border-color: rgb(201,173,138); }

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