#C9B761

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

Shades of Tacha #C9B761

Tints of Tacha #C9B761

Color information

#C9B761 (or 0xC9B761) is unknown color: approx Tacha. HEX triplet: C9, B7 and 61. RGB value is (201,183,97). Sum of RGB (Red+Green+Blue) = 201+183+97=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B761 is #36489E. Grayscale: #B2B2B2. Windows color (decimal): -3557535 or 6404041. OLE color: 6404041.

HSL color Cylindrical-coordinate representation of color #C9B761: hue angle of 49.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9B761 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20118397-
CMYK00.090.520.21
HSL49.62º49.06%58.43%-
HSV(B)49.62º51.74%78.82%-
XYZ43.1847.1518.13-
YUV178.5881.96143.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=41.79%
G=38.05%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011839700.090.520.2149.6249.0658.43
HexC9B76109341532313a
Octal3112671410116425626172
Binary110010011011011111000010100111010010101110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B761; }

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

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

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

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

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

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

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

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