#c7b85d

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

Shades of Tacha #C7B85D

Tints of Tacha #C7B85D

Color information

#C7B85D (or 0xC7B85D) is unknown color: approx Tacha. HEX triplet: C7, B8 and 5D. RGB value is (199,184,93). Sum of RGB (Red+Green+Blue) = 199+184+93=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B85D is #3847A2. Grayscale: #B2B2B2. Windows color (decimal): -3688355 or 6142151. OLE color: 6142151.

HSL color Cylindrical-coordinate representation of color #C7B85D: hue angle of 51.51º 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 #C7B85D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19918493-
CMYK00.080.530.22
HSL51.51º48.62%57.25%-
HSV(B)51.51º53.27%78.04%-
XYZ42.6747.2117.22-
YUV178.1179.97142.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=41.81%
G=38.66%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991849300.080.530.2251.5148.6257.25
HexC7B85D083516343139
Octal3072701350106526646171
Binary110001111011100010111010100011010110110110100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b85d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b85d; }

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

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

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

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

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

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

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

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