Html Css Color HEX #C9B08A Tan

📋 copy color: '#C9B08A'

red 201 ◦ green 176 ◦ blue 138

#C9B08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tan #C9B08A

Tints of Tan #C9B08A

RGB

 RED value IS 201 (78.91% from 255) = 39.03%

 GREEN value IS 176 (69.14% from 255) = 34.17%

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 39.03%
G = 34.17%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9B08A (or 0xC9B08A) is known color: Tan. HEX triplet: C9, B0 and 8A. RGB value is (201,176,138). Sum of RGB (Red+Green+Blue) = 201+176+138=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B08A is #364F75. Grayscale: #B3B3B3. Windows color (decimal): -3559286 or 9089225. OLE color: 9089225.

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

Color convert

RGB 201 176 138 -
CMYK 0 0.12 0.31 0.21
HSL 36.19º 0.37% 0.66% -
HSV(B) 36.19º 0.31% 0.79% -
XYZ 44.2 45.3 30.46 -
YUV 179.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 201 176 138 0 0.12 0.31 0.21 36.19 0.37 0.66
Hex C9 B0 8A 0 C 1F 15 24 25 42
Octal 311 260 212 0 14 37 25 44 45 102
Binary 11001001 10110000 10001010 0 1100 11111 10101 100100 100101 1000010

Color Harmonies of #C9B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B08A

Black with #C9B08A

Text Example


Text Example

White with #C9B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B08A; }

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

 H1.HeaderClassName
 {
   color: #C9B08A;
 }
 .AnyTagClassName
 {
   color: #C9B08A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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