#C9B86B

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

Shades of Tacha #C9B86B

Tints of Tacha #C9B86B

Color information

#C9B86B (or 0xC9B86B) is unknown color: approx Tacha. HEX triplet: C9, B8 and 6B. RGB value is (201,184,107). Sum of RGB (Red+Green+Blue) = 201+184+107=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B86B is #364794. Grayscale: #B4B4B4. Windows color (decimal): -3557269 or 7059657. OLE color: 7059657.

HSL color Cylindrical-coordinate representation of color #C9B86B: hue angle of 49.15º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9B86B is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201184107-
CMYK00.080.470.21
HSL49.15º46.53%60.39%-
HSV(B)49.15º46.77%78.82%-
XYZ43.8847.7620.82-
YUV180.386.63142.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=40.85%
G=37.40%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118410700.080.470.2149.1546.5360.39
HexC9B86B082F15312f3c
Octal3112701530105725615774
Binary110010011011100011010110100010111110101110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B86B; }

 p { color: rgb(201,184,107); }

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

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

 a { background-color: rgb(201,184,107); }

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

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

 span { border-color: rgb(201,184,107); }

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