#C9B964

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

Shades of Tacha #C9B964

Tints of Tacha #C9B964

Color information

#C9B964 (or 0xC9B964) is unknown color: approx Tacha. HEX triplet: C9, B9 and 64. RGB value is (201,185,100). Sum of RGB (Red+Green+Blue) = 201+185+100=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B964 is #36469B. Grayscale: #B4B4B4. Windows color (decimal): -3557020 or 6601161. OLE color: 6601161.

HSL color Cylindrical-coordinate representation of color #C9B964: hue angle of 50.5º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9B964 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB201185100-
CMYK00.080.500.21
HSL50.5º48.33%59.02%-
HSV(B)50.5º50.25%78.82%-
XYZ43.7448.0419.02-
YUV180.0982.8142.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=41.36%
G=38.07%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118510000.080.500.2150.548.3359.02
HexC9B96408321532303b
Octal3112711440106225626073
Binary110010011011100111001000100011001010101110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B964; }

 p { color: rgb(201,185,100); }

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

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

 a { background-color: rgb(201,185,100); }

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

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

 span { border-color: rgb(201,185,100); }

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