#C9B65C

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

Shades of Tacha #C9B65C

Tints of Tacha #C9B65C

Color information

#C9B65C (or 0xC9B65C) is unknown color: approx Tacha. HEX triplet: C9, B6 and 5C. RGB value is (201,182,92). Sum of RGB (Red+Green+Blue) = 201+182+92=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B65C is #3649A3. Grayscale: #B1B1B1. Windows color (decimal): -3557796 or 6076105. OLE color: 6076105.

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

Color convert

RGB20118292-
CMYK00.090.540.21
HSL49.54º50.23%57.45%-
HSV(B)49.54º54.23%78.82%-
XYZ42.7546.6516.88-
YUV177.4279.79144.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=42.32%
G=38.32%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011829200.090.540.2149.5450.2357.45
HexC9B65C093615323239
Octal3112661340116625626271
Binary110010011011011010111000100111011010101110010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B65C; }

 p { color: rgb(201,182,92); }

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

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

 a { background-color: rgb(201,182,92); }

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

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

 span { border-color: rgb(201,182,92); }

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