Html Css Color HEX #C9AD8E Tan

📋 copy color: '#C9AD8E'

red 201 ◦ green 173 ◦ blue 142

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

Shades of Tan #C9AD8E

Tints of Tan #C9AD8E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 38.95%
G = 33.53%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9AD8E (or 0xC9AD8E) is known color: Tan. HEX triplet: C9, AD and 8E. RGB value is (201,173,142). Sum of RGB (Red+Green+Blue) = 201+173+142=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD8E is #365271. Grayscale: #B1B1B1. Windows color (decimal): -3560050 or 9350601. OLE color: 9350601.

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

Color convert

RGB 201 173 142 -
CMYK 0 0.14 0.29 0.21
HSL 31.53º 0.35% 0.67% -
HSV(B) 31.53º 0.29% 0.79% -
XYZ 43.91 44.26 31.82 -
YUV 177.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 201 173 142 0 0.14 0.29 0.21 31.53 0.35 0.67
Hex C9 AD 8E 0 E 1D 15 20 23 43
Octal 311 255 216 0 16 35 25 40 43 103
Binary 11001001 10101101 10001110 0 1110 11101 10101 100000 100011 1000011

Color Harmonies of #C9AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD8E

Black with #C9AD8E

Text Example


Text Example

White with #C9AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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