#c9b55e

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

Shades of Tacha #C9B55E

Tints of Tacha #C9B55E

Color information

#C9B55E (or 0xC9B55E) is unknown color: approx Tacha. HEX triplet: C9, B5 and 5E. RGB value is (201,181,94). Sum of RGB (Red+Green+Blue) = 201+181+94=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B55E is #364AA1. Grayscale: #B1B1B1. Windows color (decimal): -3558050 or 6206921. OLE color: 6206921.

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

Color convert

RGB20118194-
CMYK00.100.530.21
HSL48.79º49.77%57.84%-
HSV(B)48.79º53.23%78.82%-
XYZ42.6346.2717.27-
YUV177.0681.13145.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=42.23%
G=38.03%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011819400.100.530.2148.7949.7757.84
HexC9B55E0A351531323a
Octal3112651360126525616272
Binary110010011011010110111100101011010110101110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b55e; }

 p { color: rgb(201,181,94); }

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

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

 a { background-color: rgb(201,181,94); }

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

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

 span { border-color: rgb(201,181,94); }

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