Html Css Color HEX #C9AE8C Tan

📋 copy color: '#C9AE8C'

red 201 ◦ green 174 ◦ blue 140

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

Shades of Tan #C9AE8C

Tints of Tan #C9AE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 39.03%
G = 33.79%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9AE8C (or 0xC9AE8C) is known color: Tan. HEX triplet: C9, AE and 8C. RGB value is (201,174,140). Sum of RGB (Red+Green+Blue) = 201+174+140=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE8C is #365173. Grayscale: #B2B2B2. Windows color (decimal): -3559796 or 9219785. OLE color: 9219785.

HSL color Cylindrical-coordinate representation of color #C9AE8C: hue angle of 33.44º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9AE8C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 140 -
CMYK 0 0.13 0.30 0.21
HSL 33.44º 0.36% 0.67% -
HSV(B) 33.44º 0.3% 0.79% -
XYZ 43.96 44.58 31.1 -
YUV 178.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 201 174 140 0 0.13 0.30 0.21 33.44 0.36 0.67
Hex C9 AE 8C 0 D 1E 15 21 24 43
Octal 311 256 214 0 15 36 25 41 44 103
Binary 11001001 10101110 10001100 0 1101 11110 10101 100001 100100 1000011

Color Harmonies of #C9AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AE8C

Black with #C9AE8C

Text Example


Text Example

White with #C9AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AE8C; }

 p { color: rgb(201,174,140); }

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

background-color css

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

 a { background-color: rgb(201,174,140); }

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

border-color css

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

 span { border-color: rgb(201,174,140); }

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