#c9b768

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

Shades of Tacha #C9B768

Tints of Tacha #C9B768

Color information

#C9B768 (or 0xC9B768) is unknown color: approx Tacha. HEX triplet: C9, B7 and 68. RGB value is (201,183,104). Sum of RGB (Red+Green+Blue) = 201+183+104=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B768 is #364897. Grayscale: #B3B3B3. Windows color (decimal): -3557528 or 6862793. OLE color: 6862793.

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

Color convert

RGB201183104-
CMYK00.090.480.21
HSL48.87º47.32%59.8%-
HSV(B)48.87º48.26%78.82%-
XYZ43.5247.2819.93-
YUV179.3885.46143.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=41.19%
G=37.5%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118310400.090.480.2148.8747.3259.8
HexC9B768093015312f3c
Octal3112671500116025615774
Binary110010011011011111010000100111000010101110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9b768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9b768; }

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

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

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

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

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

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

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

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