#C7BA5D

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

Shades of Tacha #C7BA5D

Tints of Tacha #C7BA5D

Color information

#C7BA5D (or 0xC7BA5D) is unknown color: approx Tacha. HEX triplet: C7, BA and 5D. RGB value is (199,186,93). Sum of RGB (Red+Green+Blue) = 199+186+93=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA5D is #3845A2. Grayscale: #B3B3B3. Windows color (decimal): -3687843 or 6142663. OLE color: 6142663.

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

Color convert

RGB19918693-
CMYK00.070.530.22
HSL52.64º48.62%57.25%-
HSV(B)52.64º53.27%78.04%-
XYZ43.0948.0517.36-
YUV179.2879.31142.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=41.63%
G=38.91%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991869300.070.530.2252.6448.6257.25
HexC7BA5D073516353139
Octal307272135076526656171
Binary11000111101110101011101011111010110110110101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA5D; }

 p { color: rgb(199,186,93); }

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

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

 a { background-color: rgb(199,186,93); }

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

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

 span { border-color: rgb(199,186,93); }

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