#C9B459

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

Shades of Tacha #C9B459

Tints of Tacha #C9B459

Color information

#C9B459 (or 0xC9B459) is unknown color: approx Tacha. HEX triplet: C9, B4 and 59. RGB value is (201,180,89). Sum of RGB (Red+Green+Blue) = 201+180+89=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B459 is #364BA6. Grayscale: #B0B0B0. Windows color (decimal): -3558311 or 5878985. OLE color: 5878985.

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

Color convert

RGB20118089-
CMYK00.100.560.21
HSL48.75º50.91%56.86%-
HSV(B)48.75º55.72%78.82%-
XYZ42.2145.7816.06-
YUV175.978.96145.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 89 (35.16% from 255) = 18.94%
R=42.77%
G=38.30%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011808900.100.560.2148.7550.9156.86
HexC9B4590A3815313339
Octal3112641310127025616371
Binary110010011011010010110010101011100010101110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B459; }

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

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

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

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

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

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

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

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