Html Css Color HEX #C9B186 Tan

📋 copy color: '#C9B186'

red 201 ◦ green 177 ◦ blue 134

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

Shades of Tan #C9B186

Tints of Tan #C9B186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 39.26%
G = 34.57%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C9B186 (or 0xC9B186) is known color: Tan. HEX triplet: C9, B1 and 86. RGB value is (201,177,134). Sum of RGB (Red+Green+Blue) = 201+177+134=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B186 is #364E79. Grayscale: #B3B3B3. Windows color (decimal): -3559034 or 8827337. OLE color: 8827337.

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

Color convert

RGB 201 177 134 -
CMYK 0 0.12 0.33 0.21
HSL 38.51º 0.38% 0.66% -
HSV(B) 38.51º 0.33% 0.79% -
XYZ 44.11 45.58 29.03 -
YUV 179.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 201 177 134 0 0.12 0.33 0.21 38.51 0.38 0.66
Hex C9 B1 86 0 C 21 15 27 26 42
Octal 311 261 206 0 14 41 25 47 46 102
Binary 11001001 10110001 10000110 0 1100 100001 10101 100111 100110 1000010

Color Harmonies of #C9B186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B186

Black with #C9B186

Text Example


Text Example

White with #C9B186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B186; }

 p { color: rgb(201,177,134); }

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

background-color css

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

 a { background-color: rgb(201,177,134); }

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

border-color css

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

 span { border-color: rgb(201,177,134); }

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