#C9BA59

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

Shades of Tacha #C9BA59

Tints of Tacha #C9BA59

Color information

#C9BA59 (or 0xC9BA59) is unknown color: approx Tacha. HEX triplet: C9, BA and 59. RGB value is (201,186,89). Sum of RGB (Red+Green+Blue) = 201+186+89=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA59 is #3645A6. Grayscale: #B3B3B3. Windows color (decimal): -3556775 or 5880521. OLE color: 5880521.

HSL color Cylindrical-coordinate representation of color #C9BA59: hue angle of 51.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9BA59 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20118689-
CMYK00.070.560.21
HSL51.96º50.91%56.86%-
HSV(B)51.96º55.72%78.82%-
XYZ43.4548.2616.48-
YUV179.4376.97143.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 89 (35.16% from 255) = 18.70%
R=42.23%
G=39.08%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011868900.070.560.2151.9650.9156.86
HexC9BA59073815343339
Octal311272131077025646371
Binary11001001101110101011001011111100010101110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA59; }

 p { color: rgb(201,186,89); }

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

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

 a { background-color: rgb(201,186,89); }

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

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

 span { border-color: rgb(201,186,89); }

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