#C9B763

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

Shades of Tacha #C9B763

Tints of Tacha #C9B763

Color information

#C9B763 (or 0xC9B763) is unknown color: approx Tacha. HEX triplet: C9, B7 and 63. RGB value is (201,183,99). Sum of RGB (Red+Green+Blue) = 201+183+99=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B763 is #36489C. Grayscale: #B3B3B3. Windows color (decimal): -3557533 or 6535113. OLE color: 6535113.

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

Color convert

RGB20118399-
CMYK00.090.510.21
HSL49.41º48.57%58.82%-
HSV(B)49.41º50.75%78.82%-
XYZ43.2747.1918.63-
YUV178.8182.96143.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=41.61%
G=37.89%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011839900.090.510.2149.4148.5758.82
HexC9B76309331531313b
Octal3112671430116325616173
Binary110010011011011111000110100111001110101110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B763; }

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

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

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

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

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

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

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

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