#C7B85F

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

Shades of Tacha #C7B85F

Tints of Tacha #C7B85F

Color information

#C7B85F (or 0xC7B85F) is unknown color: approx Tacha. HEX triplet: C7, B8 and 5F. RGB value is (199,184,95). Sum of RGB (Red+Green+Blue) = 199+184+95=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B85F is #3847A0. Grayscale: #B2B2B2. Windows color (decimal): -3688353 or 6273223. OLE color: 6273223.

HSL color Cylindrical-coordinate representation of color #C7B85F: hue angle of 51.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7B85F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19918495-
CMYK00.080.520.22
HSL51.35º48.15%57.65%-
HSV(B)51.35º52.26%78.04%-
XYZ42.7647.2517.69-
YUV178.3480.97142.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=41.63%
G=38.49%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991849500.080.520.2251.3548.1557.65
HexC7B85F08341633303a
Octal3072701370106426636072
Binary110001111011100010111110100011010010110110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B85F; }

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

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

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

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

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

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

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

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