#C7B764

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

Shades of Tacha #C7B764

Tints of Tacha #C7B764

Color information

#C7B764 (or 0xC7B764) is unknown color: approx Tacha. HEX triplet: C7, B7 and 64. RGB value is (199,183,100). Sum of RGB (Red+Green+Blue) = 199+183+100=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B764 is #38489B. Grayscale: #B2B2B2. Windows color (decimal): -3688604 or 6600647. OLE color: 6600647.

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

Color convert

RGB199183100-
CMYK00.080.500.22
HSL50.3º46.92%58.63%-
HSV(B)50.3º49.75%78.04%-
XYZ42.7946.9318.86-
YUV178.3283.8142.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 100 (39.45% from 255) = 20.75%
R=41.29%
G=37.97%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918310000.080.500.2250.346.9258.63
HexC7B764083216322f3b
Octal3072671440106226625773
Binary110001111011011111001000100011001010110110010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B764; }

 p { color: rgb(199,183,100); }

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

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

 a { background-color: rgb(199,183,100); }

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

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

 span { border-color: rgb(199,183,100); }

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