#C9B76A

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

Shades of Tacha #C9B76A

Tints of Tacha #C9B76A

Color information

#C9B76A (or 0xC9B76A) is unknown color: approx Tacha. HEX triplet: C9, B7 and 6A. RGB value is (201,183,106). Sum of RGB (Red+Green+Blue) = 201+183+106=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76A is #364895. Grayscale: #B3B3B3. Windows color (decimal): -3557526 or 6993865. OLE color: 6993865.

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

Color convert

RGB201183106-
CMYK00.090.470.21
HSL48.63º46.8%60.2%-
HSV(B)48.63º47.26%78.82%-
XYZ43.6247.3320.47-
YUV179.686.46143.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=41.02%
G=37.35%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118310600.090.470.2148.6346.860.2
HexC9B76A092F15312f3c
Octal3112671520115725615774
Binary110010011011011111010100100110111110101110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B76A; }

 p { color: rgb(201,183,106); }

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

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

 a { background-color: rgb(201,183,106); }

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

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

 span { border-color: rgb(201,183,106); }

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