#C7B45B

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

Shades of Tacha #C7B45B

Tints of Tacha #C7B45B

Color information

#C7B45B (or 0xC7B45B) is unknown color: approx Tacha. HEX triplet: C7, B4 and 5B. RGB value is (199,180,91). Sum of RGB (Red+Green+Blue) = 199+180+91=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B45B is #384BA4. Grayscale: #AFAFAF. Windows color (decimal): -3689381 or 6010055. OLE color: 6010055.

HSL color Cylindrical-coordinate representation of color #C7B45B: hue angle of 49.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7B45B is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19918091-
CMYK00.100.540.22
HSL49.44º49.09%56.86%-
HSV(B)49.44º54.27%78.04%-
XYZ41.7645.5416.49-
YUV175.5480.29144.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 91 (35.94% from 255) = 19.36%
R=42.34%
G=38.30%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991809100.100.540.2249.4449.0956.86
HexC7B45B0A3616313139
Octal3072641330126626616171
Binary110001111011010010110110101011011010110110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B45B; }

 p { color: rgb(199,180,91); }

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

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

 a { background-color: rgb(199,180,91); }

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

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

 span { border-color: rgb(199,180,91); }

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